Lots of groundwork and the app runs but not currently working to generate embeddings.
This commit is contained in:
15
VectorSearchApp/appsettings.json
Normal file
15
VectorSearchApp/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Qdrant": {
|
||||
"Host": "localhost",
|
||||
"GrpcPort": 6334,
|
||||
"HttpPort": 6333,
|
||||
"CollectionName": "addresses"
|
||||
},
|
||||
"Embedding": {
|
||||
"ModelName": "sentence-transformers/all-MiniLM-L6-v2",
|
||||
"Dimension": 384
|
||||
},
|
||||
"App": {
|
||||
"BatchSize": 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user