Commit History

Merge branch 'main' of https://github.com/almutareb/InnovationPathfinderAI into add_docs
d2f2323

isayahc commited on

Merge pull request #47 from almutareb/agents_module
8d4f64c
unverified

isayahc commited on

added the doc directory
37fc949

isayahc commited on

created an agents folder to host all agent modules
7bdc8a3

Asaad Almutareb commited on

moved documentation to /doc
95a780a

isayahc commited on

fixed typo and added context to the Agent Tools subsection
7d4117e

isayahc commited on

added simple documentation
921a447

isayahc commited on

Merge pull request #43 from almutareb/one_embedding_model
67264eb
unverified

sabazo commited on

removed unused import
446904e

isayahc commited on

allowing the embedding model to be changed via .env
cd0ca96

isayahc commited on

Merge pull request #27 from almutareb/retrieve_conv_mem
3f9dc1c
unverified

sabazo commited on

Merge pull request #30 from almutareb/vonderwoman-patch-2
9a2a2e1
unverified

sabazo commited on

Create code_structure_documentation.md
53e2810
unverified

Mohamudzuly commited on

Merge pull request #29 from almutareb/revert-28-vonderwoman-patch-1
1a95597
unverified

sabazo commited on

Revert "Create code_structure_documentation.md"
6c021fc
unverified

sabazo commited on

Merge pull request #28 from almutareb/vonderwoman-patch-1
429e429
unverified

sabazo commited on

Create code_structure_documentation.md
101f8ea
unverified

Mohamudzuly commited on

added a local cache
7be5589

Asaad Almutareb commited on

Merge pull request #25 from almutareb/retrieve_conv_mem
0b495f0
unverified

isayahc 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

Merge pull request #24 from almutareb/retrieve_conv_mem
04b3fba
unverified

isayahc commited on

added an avatar to the chat UI
0eacc0c

Asaad Almutareb commited on

Merge pull request #23 from almutareb/retrieve_conv_mem
c995ea3
unverified

sabazo commited on

added sentence-transformers to requirements
b41644d

Asaad Almutareb commited on

Merge pull request #22 from almutareb/retrieve_conv_mem
b0f008e
unverified

sabazo commited on

added persistent_directory to chroma client
1314610

Asaad Almutareb commited on

Merge pull request #21 from almutareb/retrieve_conv_mem
04b266c
unverified

sabazo 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

Merge pull request #18 from almutareb/retrieve_conv_mem
9f2f886
unverified

sabazo commited on

moved config.ini to innovation_pathfinder_ai folder
1105e95

Asaad Almutareb commited on

Merge pull request #17 from almutareb/retrieve_conv_mem
0491280
unverified

sabazo commited on

saving the sources to the metadata of the conversation memory, removing the intermediate steps, as they confuse the agent
20c0b13

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

Merge pull request #15 from almutareb/save_conversations
86bc433
unverified

sabazo commited on

added the retriever from conversation tool
f790226

isayahc commited on

now able to store chat history into chroma db
1776f2f

isayahc commited on

added comment regarding chroma_search tool name
d083f29

isayahc commited on

added qoutation marks to align with the code style
a53bb60

isayahc commited on

added a chroma collection for converstions
7f6c47e

isayahc commited on

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

isayahc commited on

Merge pull request #12 from almutareb/add_document_to_chroma_tool
f2ccb97
unverified

sabazo commited on

Add or update the Azure App Service build and deployment workflow config
bf79622

sabazo commited on

Add or update the Azure App Service build and deployment workflow config
160d7e4

sabazo 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