Spaces:
Sleeping
Sleeping
Commit History
attempt to refactor module
3a85771
unverified
updating constants and refactoring functions
5ffaf21
unverified
fixed condition and added intergration test
5e5ca32
unverified
fixing potential error
612008b
unverified
attempt to use rag_config
992dc29
unverified
making classes and test for vectorstore handling
3b85ad0
unverified
replacing hardcoded values with constants
1e4bae2
unverified
general refactoring
5439651
unverified
moved scripts into the knowledge_base module
dc0ebaa
unverified
changed constant to VECTOR_DATABASE_LOCATION
96f0f38
unverified
removing commented out cod
a2ede9f
unverified
refactoring get_db_retriever
0e17a46
unverified
using a constant over hardcoded value
6f22fc5
unverified
fixed the knowledgeBase_search function to use the sources cache properly
fba76a5
Asaad Almutareb
commited on
Update structured_tools.py
6efeac1
unverified
modified the default arguemnt of model_name for extract_keywords_from_doc to use an environmental variable
6e17460
unverified
used a better pratice to import generate_keywords_promot
2121f22
unverified
updated requirements and renamed rag_app/utils/generate_keywords_keybert.py
ae498b3
unverified
created a function for generating keywords for bodies of text
848d541
unverified
making a chain to generate keywords
51a28d2
unverified
changed named of SECONDARY_LLM to SEVEN_B_LLM_MODEL
83d98e9
unverified
merged with PR 47
dbb4dac
unverified
made a query rewritting chain
7aec130
unverified
addded summaries to metadata
8e29230
unverified
creating the skeleton of the generatre_document_summaries function
f1268bf
unverified
Merge pull request #7 from almutareb/intergrate-database
f71d212
unverified
using constants from config.py instead of initializing variables
f4bba44
unverified
added multi index search
603a3fd
unverified
adding sources to database in knowledgeBase_search and memory_search
4089bc6
unverified
merging from main
ceaa546
unverified
Now google sources include the session_id
6592db0
unverified
imported re
08754e8
unverified
moved envars to config
ad2ef92
unverified
added extract reponse
a19d954
unverified
initaialized chain and merged from main
e3a5dff
unverified
reranking working
1dcc70b
reranking with chroma fixed
466b7d1
added new chain
aab5640
unverified
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