Commit History

making classes and test for vectorstore handling
3b85ad0
unverified

isayahc commited on

replacing hardcoded values with constants
1e4bae2
unverified

isayahc commited on

general refactoring
5439651
unverified

isayahc commited on

moved scripts into the knowledge_base module
dc0ebaa
unverified

isayahc commited on

changed constant to VECTOR_DATABASE_LOCATION
96f0f38
unverified

isayahc commited on

removing commented out cod
a2ede9f
unverified

isayahc commited on

refactoring get_db_retriever
0e17a46
unverified

isayahc commited on

using a constant over hardcoded value
6f22fc5
unverified

isayahc commited on

fixed the knowledgeBase_search function to use the sources cache properly
fba76a5

Asaad Almutareb commited on

Update structured_tools.py
6efeac1
unverified

isayahc commited on

modified the default arguemnt of model_name for extract_keywords_from_doc to use an environmental variable
6e17460
unverified

isayahc commited on

used a better pratice to import generate_keywords_promot
2121f22
unverified

isayahc commited on

updated requirements and renamed rag_app/utils/generate_keywords_keybert.py
ae498b3
unverified

isayahc commited on

created a function for generating keywords for bodies of text
848d541
unverified

isayahc commited on

making a chain to generate keywords
51a28d2
unverified

isayahc commited on

changed named of SECONDARY_LLM to SEVEN_B_LLM_MODEL
83d98e9
unverified

isayahc commited on

merged with PR 47
dbb4dac
unverified

isayahc commited on

made a query rewritting chain
7aec130
unverified

isayahc commited on

addded summaries to metadata
8e29230
unverified

isayahc commited on

creating the skeleton of the generatre_document_summaries function
f1268bf
unverified

isayahc commited on

Merge pull request #7 from almutareb/intergrate-database
f71d212
unverified

sabazo commited on

using constants from config.py instead of initializing variables
f4bba44
unverified

isayahc commited on

added multi index search
603a3fd
unverified

isayahc commited on

adding sources to database in knowledgeBase_search and memory_search
4089bc6
unverified

isayahc commited on

merging from main
ceaa546
unverified

isayahc commited on

Now google sources include the session_id
6592db0
unverified

isayahc commited on

imported re
08754e8
unverified

isayahc commited on

moved envars to config
ad2ef92
unverified

isayahc commited on

added extract reponse
a19d954
unverified

isayahc commited on

initaialized chain and merged from main
e3a5dff
unverified

isayahc commited on

reranking working
1dcc70b

Xalt8 commited on

reranking with chroma fixed
466b7d1

Xalt8 commited on

added new chain
aab5640
unverified

isayahc commited on

corrected typo in Gradio's warning message
e272fb4

Asaad Almutareb commited on

adjusted Gradio interface and added examples
5a59a40

Asaad Almutareb commited on

fetch vectorstore
eb3ce64

Asaad Almutareb commited on

fetch vectorstore
af07445

Asaad Almutareb commited on

adjust for hf gradio
153e9c1

Asaad Almutareb commited on

created a chain to determine user sentiment
b4b75a1
unverified

isayahc commited on

Merge pull request #9 from almutareb/isayahc-patch-1
58bd64f
unverified

sabazo commited on

Merge pull request #6 from almutareb/hybrid_search
f48c420
unverified

sabazo commited on

Update get_db_retriever.py
3610691
unverified

sabazo commited on

did some refactoring added documentation
fdb6484
unverified

isayahc commited on

Update agent_tools.py
0e4eb80
unverified

isayahc commited on

added documentation to the Sources schema
d7a243c
unverified

isayahc commited on

added documenttion to each function
cff8370
unverified

isayahc commited on

added human_as_tool
42f834a

Asaad Almutareb commited on

Merge remote-tracking branch 'origin/main' into hybrid_search
7fc426e

Xalt8 commited on

hybrid search doc string added
c9de890

Xalt8 commited on

added german prompt templates
ddfe3b8

Asaad Almutareb commited on