Spaces:
Sleeping
Sleeping
added simple documentation
Browse files
README.md
CHANGED
@@ -11,3 +11,26 @@ 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 Tool
|
29 |
+
|
30 |
+
- `embed_arvix_paper` This tool is able to add [arvix papers](https://arxiv.org/) to the Chroma Vector Store
|
31 |
+
|
32 |
+
- `knowledgeBase_search` This tool is able to search the knowledge base generated by the user
|
33 |
+
|
34 |
+
- `wikipedia_search` search wikipedia
|
35 |
+
|
36 |
+
- `google_search` search google
|