Skip to content

Commit 292f600

Browse files
authored
changed the embedding model for better balance and lightweight (#22)
1 parent 2df91b2 commit 292f600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devops_agent/core/master_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
contents_db=contents_db,
5353
vector_db=ChromaDb(
5454
collection="vectors", path="tmp/chromadb", persistent_client=True,
55-
embedder=FastEmbedEmbedder(id="snowflake/snowflake-arctic-embed-m")
55+
embedder=FastEmbedEmbedder(id="sentence-transformers/all-MiniLM-L6-v2") # Lightweight, change model accordingly.
5656
),
5757
)
5858

0 commit comments

Comments
 (0)