title | emoji | colorFrom | colorTo | sdk | app_file | pinned |
---|---|---|---|---|---|---|
Innovation Pathfinder AI |
🚀 |
gray |
gray |
gradio |
app.py |
false |
GenAI Research Assistant for Innovation Labs
In the age of the internet there is more information available than ever before. This is amazing, however it is difficult to manage all of this information in a central location. With out tool we want to enable people with the capable to discover and manage knowledge bases.
Documents are embedded and store inside of a Chroma vector store
For our vector store we have several loaders
- pdf loader
- web loader
- markdown loader
- image loader
with agents our application is able to discover and refine the information it collects based on the needs and sentiment of the user.
The tools our agents have access to. More is being created
-
embed_arvix_paper
This tool is able to add arvix papers to the Chroma Vector Store -
knowledgeBase_search
This tool is able to search the knowledge base generated by the user -
wikipedia_search
search wikipedia -
google_search
search google
It is recommended to install torch
seperately before installing