Commit History

added the chroma search tool
a0edccd

isayahc commited on

merging code
2fd3f0a

isayahc commited on

cleaned unneeded folder
e1f572c
unverified

sabazo commited on

cleaned code
98a0397

sabazo commited on

Created using Colaboratory
82bee2d

sabazo commited on

Merge pull request #11 from almutareb/sqlite_for_sources
b11b693
unverified

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 pull request #9 from almutareb/modify_chroma
7b1a83a
unverified

sabazo 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

cleaned unused code, moved prompt to separate file
da70771

Asaad Almutareb commited on

moved collect_urls to utils and added chat_history in app.py
9620371

Asaad Almutareb commited on

creating custom chunking for pdfs
1a930c9

isayahc commited on

Merge pull request #7 from almutareb/modify_chroma
5a6618d
unverified

sabazo 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

added get_arxiv_paper to the 2nd tool set
3619e81

Asaad Almutareb commited on

added a second executor for a search without web tools, e.g. google
c536b8c

Asaad Almutareb commited on

- migrated HF usage to HuggingFaceEndpoint as HuggingFaceHub was deprecated
d6922d4

Asaad Almutareb commited on

added pypdf2 to requirements
6159920

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

Merge pull request #6 from almutareb/create_vector_store
cacb25c
unverified

sabazo commited on

updating the example.ev
a3d0e15

isayahc commited on

Update check_file_size.yaml
7d463a6
unverified

sabazo commited on

Update check_file_size.yaml
e26fabe
unverified

sabazo commited on

code for vector store
26a0cad

isayahc commited on

added public share url to gradio
509813e

Asaad Almutareb commited on

added app.py wrapper for hf spaces demo
8b92625

Asaad Almutareb commited on

updated README for hf space
ef85c0b

Asaad Almutareb commited on

Create sync_2_hf.yaml
da3285c
unverified

sabazo commited on

Create check_file_size.yaml
7a82ccc
unverified

sabazo commited on

moved ollama agent to it's own folder
631f6af

Asaad Almutareb commited on

updated containers python v to 3.11
a7901c4

Asaad Almutareb commited on

Merge pull request #4 from almutareb/reference_parser
f616346
unverified

sabazo commited on

made minor changed for readability
793cb2b

isayahc commited on

Merge remote-tracking branch 'origin/reference_parser' into reference_parser
5c9cba1

isayahc commited on

cleaned up refactored the tools and agent
3f39329

isayahc commited on

made a tool that downloads paper from arxiv
1dd5b76

isayahc commited on

added a tool for doenloading arxiv papers
49dc05d

isayahc commited on