Skip to content
Snippets Groups Projects
Commit 06fdb975 authored by Frank Duncan's avatar Frank Duncan
Browse files

Update version of semantic_search in torque

This includes the need for a variable set for the local embedding model
parent 3788f8a3
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ db_username: torque_rw ...@@ -3,6 +3,6 @@ db_username: torque_rw
torque_version: 0.6.8 torque_version: 0.6.8
torqueclient_version: 0.6.8 torqueclient_version: 0.6.8
torque_enhanced_curation_version: 0.2.0 torque_enhanced_curation_version: 0.2.0
torque_semantic_search: 0.1.0 torque_semantic_search: 0.2.0
llm_endpoint: https://api-llm.147.pm/ llm_endpoint: https://api-llm.147.pm/
semantic_similarity_threshold: 0.765 semantic_similarity_threshold: 0.765
...@@ -936,3 +936,4 @@ SEMANTIC_SEARCH_ADDITIONAL_FILTERS = [ ...@@ -936,3 +936,4 @@ SEMANTIC_SEARCH_ADDITIONAL_FILTERS = [
ProjectDescription(), ProjectDescription(),
] ]
SEMANTIC_SEARCH_SIMILARITY = {{ semantic_similarity_threshold }} SEMANTIC_SEARCH_SIMILARITY = {{ semantic_similarity_threshold }}
SEMANTIC_SEARCH_EMBEDDING_MODEL = "Snowflake/snowflake-arctic-embed-m-v1.5"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment