langchain
langchain copied to clipboard
'ValueError: "SQLiteEntityStore" object has no field "conn"' error for tutorial "Entity Memory with SQLite storage"
System Info
LangChain version: 0.0.198 Platform: Ubuntu 20.04 LTS Python version: 3.10.4
Who can help?
No response
Information
- [X] The official example notebooks/scripts
- [ ] My own modified scripts
Related Components
- [ ] LLMs/Chat Models
- [ ] Embedding Models
- [ ] Prompts / Prompt Templates / Prompt Selectors
- [ ] Output Parsers
- [ ] Document Loaders
- [X] Vector Stores / Retrievers
- [ ] Memory
- [ ] Agents / Agent Executors
- [ ] Tools / Toolkits
- [ ] Chains
- [ ] Callbacks/Tracing
- [ ] Async
Reproduction
- Reproduce tutorial "Entity Memory with SQLite storage"
- While executing the following code:
entity_store = SQLiteEntityStore()
, get the error: ValueError: "SQLiteEntityStore" object has no field "conn"
Expected behavior
SQLiteEntityStore() must be executed correctly.