Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -617,7 +617,7 @@ def create_vectorstore(corpus, title, embedding_model, chunk_size=1000, overlap=
|
|
617 |
return vectorstore
|
618 |
|
619 |
@st.cache_data
|
620 |
-
def create_memory_and_agent(
|
621 |
|
622 |
'''Embed text and generate semantic search scores'''
|
623 |
|
|
|
617 |
return vectorstore
|
618 |
|
619 |
@st.cache_data
|
620 |
+
def create_memory_and_agent(_docsearch):
|
621 |
|
622 |
'''Embed text and generate semantic search scores'''
|
623 |
|