innoSageAgentOne / innovation_pathfinder_ai

Commit History

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