Spaces:
Sleeping
Sleeping
File size: 1,091 Bytes
ef85c0b 0a99a69 921a447 7d4117e 921a447 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
title: Innovation Pathfinder AI
emoji: 🚀
colorFrom: gray
colorTo: gray
sdk: gradio
sdk_version: 4.2.0
app_file: app.py
pinned: false
---
# InnovationPathfinderAI
GenAI Research Assistant for Innovation Labs
## Problem Statement
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.
## Vector Store
Documents are embedded and store inside of a Chroma vector store
## Agents
with agents our application is able to discover and refine the information it collects based on
the needs and sentiment of the user.
## Agent Tools
The tools our agents have access to. More is being created
- `embed_arvix_paper` This tool is able to add [arvix papers](https://arxiv.org/) 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 |