mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-14 04:52:17 +00:00
B Config: Set default Qdrant embedder to our fastembed-api server
This commit is contained in:
parent
b9af017a4c
commit
c139a9f38c
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ config :pleroma, Pleroma.Search.QdrantSearch,
|
|||
qdrant_url: "http://127.0.0.1:6333/",
|
||||
qdrant_api_key: "",
|
||||
openai_url: "http://127.0.0.1:11345",
|
||||
openai_model: "snowflake",
|
||||
openai_model: "snowflake/snowflake-arctic-embed-xs",
|
||||
openai_api_key: "",
|
||||
qdrant_index_configuration: %{
|
||||
vectors: %{size: 384, distance: "Cosine"}
|
||||
|
|
Loading…
Reference in a new issue