@mastra/qdrant
Advanced tools
| { | ||
| "version": "1.0.2", | ||
| "version": "1.0.3-alpha.0", | ||
| "package": "@mastra/qdrant", | ||
@@ -4,0 +4,0 @@ "exports": {}, |
@@ -275,3 +275,3 @@ # Retrieval in RAG systems | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -293,3 +293,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -311,3 +311,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -329,3 +329,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -347,3 +347,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -365,3 +365,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -383,3 +383,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -401,3 +401,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -419,3 +419,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -437,3 +437,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -455,3 +455,3 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| name: 'RAG Agent', | ||
| model: 'openai/gpt-5.4', | ||
| model: 'openai/gpt-5.5', | ||
| instructions: ` | ||
@@ -486,3 +486,6 @@ Process queries using the provided context. Structure responses to be concise and relevant. | ||
| // Create a relevance scorer | ||
| const relevanceProvider = new MastraAgentRelevanceScorer('relevance-scorer', 'openai/gpt-5.4') | ||
| const relevanceProvider = new MastraAgentRelevanceScorer( | ||
| 'relevance-scorer', | ||
| 'openai/gpt-5.5', | ||
| ) | ||
@@ -489,0 +492,0 @@ // Re-rank the results |
@@ -6,3 +6,3 @@ --- | ||
| package: "@mastra/qdrant" | ||
| version: "1.0.2" | ||
| version: "1.0.3-alpha.0" | ||
| --- | ||
@@ -9,0 +9,0 @@ |
+12
-11
| { | ||
| "name": "@mastra/qdrant", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3-alpha.0", | ||
| "description": "Qdrant vector store provider for Mastra", | ||
@@ -26,13 +26,14 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@types/node": "22.19.15", | ||
| "@vitest/coverage-v8": "4.0.18", | ||
| "@vitest/ui": "4.0.18", | ||
| "eslint": "^9.39.4", | ||
| "@types/node": "22.19.21", | ||
| "@vitest/coverage-v8": "4.1.8", | ||
| "@vitest/ui": "4.1.8", | ||
| "eslint": "^10.4.1", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "4.0.18", | ||
| "@internal/lint": "0.0.76", | ||
| "@internal/types-builder": "0.0.51", | ||
| "@internal/storage-test-utils": "0.0.72", | ||
| "@mastra/core": "1.19.0" | ||
| "tsx": "^4.22.4", | ||
| "typescript": "^6.0.3", | ||
| "vitest": "4.1.8", | ||
| "@internal/lint": "0.0.105", | ||
| "@internal/types-builder": "0.0.80", | ||
| "@internal/storage-test-utils": "0.0.101", | ||
| "@mastra/core": "1.43.1-alpha.0" | ||
| }, | ||
@@ -39,0 +40,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
473216
0.12%12
9.09%1
Infinity%