mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
fix: update Ollama embedding model version to 8b in code and documentation
This commit is contained in:
@@ -22,7 +22,7 @@ export default tool({
|
||||
|
||||
// Initialize embeddings
|
||||
const embeddings = new OllamaEmbeddings({
|
||||
model: "qwen3-embedding:0.6b",
|
||||
model: "qwen3-embedding:8b",
|
||||
});
|
||||
|
||||
// Connect to LanceDB
|
||||
|
||||
Reference in New Issue
Block a user