테스트
This commit is contained in:
9
config/db/chroma.py
Normal file
9
config/db/chroma.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import chromadb
|
||||
|
||||
# 2. 벡터 DB 설정
|
||||
persist_directory = "./chroma_db"
|
||||
chroma_client = chromadb.PersistentClient(path=persist_directory)
|
||||
|
||||
collection = chroma_client.get_or_create_collection(
|
||||
name="orgchart",
|
||||
)
|
||||
Reference in New Issue
Block a user