You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/Users/poshak/PycharmProjects/dialogflow/pages/3_Add_Document.py", line 61, in upload_file(uploaded_file) File "/Users/poshak/PycharmProjects/dialogflow/pages/3_Add_Document.py", line 38, in upload_file llm_helper.add_document(documents, file_name, file_url) File "/Users/poshak/PycharmProjects/dialogflow/utilities/llm_helper.py", line 273, in add_document raise e File "/Users/poshak/PycharmProjects/dialogflow/utilities/llm_helper.py", line 264, in add_document self.vector_store.add_documents(documents=docs, redis_url=self.vector_store_full_address, File "/Users/poshak/PycharmProjects/dialogflow/.venv/lib/python3.11/site-packages/langchain/schema/vectorstore.py", line 122, in add_documents return self.add_texts(texts, metadatas, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/poshak/PycharmProjects/dialogflow/.venv/lib/python3.11/site-packages/langchain/vectorstores/redis/base.py", line 716, in add_texts embeddings[i] if embeddings else self._embeddings.embed_query(text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'function' object has no attribute 'embed_query'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/Users/poshak/PycharmProjects/dialogflow/pages/3_Add_Document.py", line 61, in upload_file(uploaded_file) File "/Users/poshak/PycharmProjects/dialogflow/pages/3_Add_Document.py", line 38, in upload_file llm_helper.add_document(documents, file_name, file_url) File "/Users/poshak/PycharmProjects/dialogflow/utilities/llm_helper.py", line 273, in add_document raise e File "/Users/poshak/PycharmProjects/dialogflow/utilities/llm_helper.py", line 264, in add_document self.vector_store.add_documents(documents=docs, redis_url=self.vector_store_full_address, File "/Users/poshak/PycharmProjects/dialogflow/.venv/lib/python3.11/site-packages/langchain/schema/vectorstore.py", line 122, in add_documents return self.add_texts(texts, metadatas, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/poshak/PycharmProjects/dialogflow/.venv/lib/python3.11/site-packages/langchain/vectorstores/redis/base.py", line 716, in add_texts embeddings[i] if embeddings else self._embeddings.embed_query(text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'function' object has no attribute 'embed_query'
The text was updated successfully, but these errors were encountered: