🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more →
Sign In

@mastra/qdrant

Package Overview
Dependencies
Maintainers
6
Versions
720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/qdrant - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3-alpha.0
+1
-1
dist/docs/assets/SOURCE_MAP.json
{
"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 @@

{
"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