Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas Mowen
810c56fe72 Disable semantic search by default (#12568)
* Disable semantic search by default and don't start processes unless enabled

* Conditionally create embeddings

* Fix typing
2024-08-09 07:33:05 -06:00
Daniel
60a172cd02 Use 127.0.0.1 for chroma (#12135) 2024-08-09 07:33:05 -06:00
Jason Hunter
ac895b6dd2 Semantic Search for Detections (#11899)
* Initial re-implementation of semantic search

* put docker-compose back and make reindex match docs

* remove debug code and fix import

* fix docs

* manually build pysqlite3 as binaries are only available for x86-64

* update comment in build_pysqlite3.sh

* only embed objects

* better error handling when genai fails

* ask ollama to pull requested model at startup

* update ollama docs

* address some PR review comments

* fix lint

* use IPC to write description, update docs for reindex

* remove gemini-pro-vision from docs as it will be unavailable soon

* fix OpenAI doc available models

* fix api error in gemini and metadata for embeddings
2024-08-09 07:32:39 -06:00