mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-08 23:24:27 +00:00
chore: update create chroma store param (#2798)
This commit is contained in:
@@ -60,12 +60,12 @@ db_conn.create_temp_tables(
|
||||
}
|
||||
)
|
||||
|
||||
config = ChromaVectorConfig(
|
||||
persist_path=PILOT_PATH,
|
||||
config = ChromaVectorConfig(persist_path=PILOT_PATH)
|
||||
vector_store = ChromaStore(
|
||||
config,
|
||||
name="db_schema_vector_store",
|
||||
embedding_fn=embeddings,
|
||||
)
|
||||
vector_store = ChromaStore(config)
|
||||
|
||||
antv_charts = [
|
||||
{"response_line_chart": "used to display comparative trend analysis data"},
|
||||
|
Reference in New Issue
Block a user