Lots of groundwork and the app runs but not currently working to generate embeddings.

This commit is contained in:
2026-01-13 21:48:42 -05:00
parent 5ce3a30588
commit 98ea050bd8
11 changed files with 431 additions and 0 deletions

View 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
}
}