innoSageAgentOne / innovation_pathfinder_ai

Commit History

moved documentation to /doc
95a780a

isayahc commited on

removed unused import
446904e

isayahc commited on

allowing the embedding model to be changed via .env
cd0ca96

isayahc commited on

Create code_structure_documentation.md
53e2810
unverified

Mohamudzuly commited on

Revert "Create code_structure_documentation.md"
6c021fc
unverified

sabazo commited on

Create code_structure_documentation.md
101f8ea
unverified

Mohamudzuly commited on

moved avatar and favicon to assets folder,
710401a

Asaad Almutareb commited on

added a favicon and updated tab title
e66a350

Asaad Almutareb commited on

added an avatar to the chat UI
0eacc0c

Asaad Almutareb commited on

added persistent_directory to chroma client
1314610

Asaad Almutareb commited on

changed the memory key "query" to "human_message" as it could confuse the agent
aae1d57

Asaad Almutareb commited on

fixed missing wikipedia sources from sqlite
5bf49b7

Asaad Almutareb commited on

moved the db.add for agent memory storing to be able to include the sources
5604c54

Asaad Almutareb commited on

moved config.ini to innovation_pathfinder_ai folder
1105e95

Asaad Almutareb commited on

moved configuration to a config.ini file
92304dd

Asaad Almutareb commited on

reordered the tools and adjust their descriptions
d713a77

Asaad Almutareb commited on

updated some LC imports due to 'deprecated methods' warning
57e87b0

Asaad Almutareb commited on

added the retriever from conversation tool
f790226

isayahc commited on

added comment regarding chroma_search tool name
d083f29

isayahc commited on

moved generate_uuid into the utils module and changed the import statements
6e8591f

isayahc commited on

fixed up the embed_arxiv_paper tool
93e9eab

isayahc commited on

made a function that will create a directory
b3803c7

isayahc commited on

added the chroma search tool
a0edccd

isayahc commited on

merging code
2fd3f0a

isayahc commited on

code cleaning
d41780e

Asaad Almutareb commited on

cleaned code, updated requirmenets
c30ce87

Asaad Almutareb commited on

added sqlite schema and handling
2e6490e

Asaad Almutareb commited on

added console logger alternative
5c0a79d

Asaad Almutareb commited on

moved utils.py to a utils folder
edc0787

Asaad Almutareb commited on

Merge branch 'main' into modify_chroma
874e44f

isayahc commited on

removed commented out code, improved variable names, showed instance of using Chroma as a retriever
cc8fd4e

isayahc commited on

Merge pull request #8 from almutareb/agent_memory
55462a3
unverified

sabazo commited on

created folder for prompt template, added first template for react json agent with chat memory
cb1b8e9

Asaad Almutareb commited on

creating custom chunking for pdfs
1a930c9

isayahc commited on

removed used hardcoded line
63822d9

isayahc commited on

removed ill placed function
c2c91b0

isayahc commited on

organized import, removed unused and outdated functions
63a91c0

isayahc commited on

added functionality for adding markdown documents to chroma collections
5660f01

isayahc commited on

added more to the main example function
465bb25

isayahc commited on

now allow for data to be added to already existing collections
a4dffa4

isayahc commited on

- migrated HF usage to HuggingFaceEndpoint as HuggingFaceHub was deprecated
d6922d4

Asaad Almutareb commited on

Merge branch 'main' of https://github.com/almutareb/InnovationPathfinderAI
5e534bf

Asaad Almutareb commited on

added helper function to create wikipedia urls from page title
192f29d

Asaad Almutareb commited on

code for vector store
26a0cad

isayahc commited on

moved ollama agent to it's own folder
631f6af

Asaad Almutareb commited on

cleaned up refactored the tools and agent
3f39329

isayahc commited on