mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Update PK constraints, API description, and config comment
Updated primary key constraint names in Scripts.sql for Documents and DocumentChunks tables. Enhanced document upload API endpoint description in Program.cs to reflect the use of the new native Vector type for embeddings. Added a comment in appsettings.json to clarify the Dimensions setting in the Embedding section.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
"Endpoint": "",
|
||||
"Deployment": "",
|
||||
"ApiKey": "",
|
||||
// Set this value only if you're using a model that allows to specify the dimensions of the embeddings
|
||||
// (e.g. text-embedding-3-small or text-embedding-3-large). Currently, a maximum value of 1998 is supported.
|
||||
"Dimensions": null
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user