langchain icon indicating copy to clipboard operation
langchain copied to clipboard

'ValueError: "SQLiteEntityStore" object has no field "conn"' error for tutorial "Entity Memory with SQLite storage"

Open labdmitriy opened this issue 1 year ago • 0 comments

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

  1. Reproduce tutorial "Entity Memory with SQLite storage"
  2. 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.

labdmitriy avatar Jun 13 '23 10:06 labdmitriy