Matheus Francisco

Results 14 comments of Matheus Francisco
trafficstars

@KnightHand we fixed the problem in the lines https://github.com/vanna-ai/vanna/blob/main/src/vanna/chromadb/chromadb_vector.py#L43 until https://github.com/vanna-ai/vanna/blob/main/src/vanna/chromadb/chromadb_vector.py#L57 are setting the collections when creating the instance of the chromadb, but never change. So what we did was...

here is the code ```python # file app.infra.custom_chromadb import json from abc import ABC from typing import List import chromadb import pandas as pd from chromadb import DEFAULT_DATABASE from chromadb.config...

This is the commit with the PR https://github.com/vanna-ai/vanna/pull/924

I will add and example how to use it with test code, and I already add in the ISSUE for reference