B QdrantSearch: Switch to OpenAI api
This commit is contained in:
parent
cc1321ea2e
commit
72ec261a69
4 changed files with 26 additions and 17 deletions
|
|
@ -917,9 +917,10 @@ config :pleroma, Pleroma.Uploaders.Uploader, timeout: 30_000
|
|||
|
||||
config :pleroma, Pleroma.Search.QdrantSearch,
|
||||
qdrant_url: "http://127.0.0.1:6333/",
|
||||
qdrant_api_key: nil,
|
||||
ollama_url: "http://127.0.0.1:11434",
|
||||
ollama_model: "snowflake-arctic-embed:xs",
|
||||
qdrant_api_key: "",
|
||||
openai_url: "http://127.0.0.1:11345",
|
||||
openai_model: "snowflake",
|
||||
openai_api_key: "",
|
||||
qdrant_index_configuration: %{
|
||||
vectors: %{size: 384, distance: "Cosine"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue