Skip to content

Commit

Permalink
Fix location tool chroma db location
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Dec 5, 2024
1 parent 80dad02 commit fbfc03b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zeno/tools/location/location_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
gadm = fiona.open("data/gadm_410_small.gpkg")

vectorstore = Chroma(
# persist_directory="data/chroma_gadm",
persist_directory="/Users/tam/Desktop/chroma_gadm",
persist_directory="data/chroma_gadm",
embedding_function=OllamaEmbeddings(
model="nomic-embed-text", base_url=os.environ["OLLAMA_BASE_URL"]
),
Expand Down

0 comments on commit fbfc03b

Please sign in to comment.