2024-10-15 13:10:32 +05:30
2024-07-29 08:49:58 +02:00
2024-10-15 13:10:32 +05:30
2024-09-30 19:17:01 +05:30
2024-08-15 04:39:33 +00:00
2024-08-08 13:12:06 +00:00
2024-07-29 08:49:58 +02:00
2024-07-29 08:49:58 +02:00
2024-07-29 12:41:29 +02:00

#Vector search index In a non dedicated istance the vectorSearch index must be created manually from Mongo Atlas interface.

Create a new Search index called vector_index wit following definition

{ "fields": [ { "numDimensions": 1536, "path": "embedding", "similarity": "cosine", "type": "vector" }, { "path": "metadata.KsApplicatioName", "type": "filter" }, { "path": "metadata.KsDoSource", "type": "filter" }, { "path": "metadata.Source", "type": "filter" }, { "path": "metadata.KsDoctype", "type": "filter" } ] }

Description
No description provided
Readme 328 KiB
Languages
Java 98.6%
Shell 1.2%
Dockerfile 0.2%