Skip to content

Commit

Permalink
video
Browse files Browse the repository at this point in the history
  • Loading branch information
vtempest authored Aug 29, 2024
1 parent ca5e4e5 commit 6e2f55c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

## [Live Demo (qwksearch.com)](https://qwksearch.com/)


* NPM Tests -- `npm run test` to run many tests custom to your data
* [SEEKTOPIC Sample Output](https://github.com/vtempest/ai-research-agent/blob/master/test/data/)
* NPM Tests -- `npm run test` to run many tests custom to your data


> Being is Becoming: Whatever the future of research can be, that is what it must become.
Expand Down Expand Up @@ -50,11 +51,10 @@


<p align="center">
<video src='https://i.imgur.com/IMc2xhT.mp4' width=360 /> </video>
<video src="https://github.com/user-attachments/assets/73348d63-7671-4e20-8df9-29a13d5b0768" width="200px" />
</p>


[SEEKTOPIC Sample Output](https://github.com/vtempest/ai-research-agent/blob/master/test/data/)


SEEKTOPIC can be used to find unique, domain-specific keyphrases using noun Ngrams. The user can click on keyphrases or LLM can suggest questions based on them. The user can see highlighted just the most important sentences that centralize and tie in the core topics. It is possible to vectorize and compare the dot product similarity of query to keyphrases which are then mapped to parts of the document like section labels. This is more in line with how humans think of article organization into section headings and lead sentences which tie in concepts from others.
Expand Down

0 comments on commit 6e2f55c

Please sign in to comment.