Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/almutareb/InnovationPathfinderAI into one_env
Browse files
README.md
CHANGED
|
@@ -11,3 +11,27 @@ pinned: false
|
|
| 11 |
|
| 12 |
# InnovationPathfinderAI
|
| 13 |
GenAI Research Assistant for Innovation Labs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# InnovationPathfinderAI
|
| 13 |
GenAI Research Assistant for Innovation Labs
|
| 14 |
+
|
| 15 |
+
## Problem Statement
|
| 16 |
+
In the age of the internet there is more information available than ever before. This is amazing,
|
| 17 |
+
however it is difficult to manage all of this information in a central location. With out tool we
|
| 18 |
+
want to enable people with the capable to discover and manage knowledge bases.
|
| 19 |
+
|
| 20 |
+
## Vector Store
|
| 21 |
+
Documents are embedded and store inside of a Chroma vector store
|
| 22 |
+
|
| 23 |
+
## Agents
|
| 24 |
+
|
| 25 |
+
with agents our application is able to discover and refine the information it collects based on
|
| 26 |
+
the needs and sentiment of the user.
|
| 27 |
+
|
| 28 |
+
## Agent Tools
|
| 29 |
+
The tools our agents have access to. More is being created
|
| 30 |
+
|
| 31 |
+
- `embed_arvix_paper` This tool is able to add [arvix papers](https://arxiv.org/) to the Chroma Vector Store
|
| 32 |
+
|
| 33 |
+
- `knowledgeBase_search` This tool is able to search the knowledge base generated by the user
|
| 34 |
+
|
| 35 |
+
- `wikipedia_search` search wikipedia
|
| 36 |
+
|
| 37 |
+
- `google_search` search google
|
{innovation_pathfinder_ai/structured_tools → docs}/code_structure_documentation.md
RENAMED
|
File without changes
|