RecursionError: maximum recursion depth exceeded with ElasticVectorSearch during RetrievalQA #8836
Closed
6 of 14 tasks
Labels
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
Ɑ: embeddings
Related to text embedding models module
Ɑ: vector store
Related to vector store module
System Info
Langchain version:
0.0.240
Python version:
3.10.2
Elasticsearch version:
7.17.0
System Version: macOS 13.4 (22F66)
Model Name: MacBook Pro
Model Identifier: Mac14,10
Chip: Apple M2 Pro
Total Number of Cores: 12 (8 performance and 4 efficiency)
Memory: 32 GB
Who can help?
@hwchase17 @agola11
Information
Related Components
Reproduction
run this using
python3 script.py
script.py
:Error traceback:
Expected behavior
I expect to ask questions and have answers provided back using the
langchain.chains.retrieval_qa.base.RetrievalQA
class. However, I am getting aRecursionError
when creating the retrieval chain.Note: I do not get the same error when using ChromaDB or OpenSearch as the retriever.
The text was updated successfully, but these errors were encountered: