Relative Content

Tag Archive for pythonpython-3.xlangchainchromadbsentence-transformers

Why is my JSON object not inserting correctly in ChromaDB using Langchain and Python?

I am trying to enter a series of Topics into ChromaDB, those topics can be found here There are 35 total topics, 34 of which are unique. The topics are in valid JSON format – I can add and remove them from MongoDB, use JSON dumps and loads on them, and they were created from a langchain openai call where the output comes from a JSON formatter.