Support multiple collections #26

Open
kacperlukawski wants to merge 2 commits from multiple-collections into master
kacperlukawski commented 2025-03-10 16:34:04 +00:00 (Migrated from github.com)

In some cases, it makes sense to store data in separate collections. This PR adds a collection_name parameter to override the default collection name. Collections are currently indistinguishable, so the LLM should get some clarification in the tool description.

In some cases, it makes sense to store data in separate collections. This PR adds a `collection_name` parameter to override the default collection name. Collections are currently indistinguishable, so the LLM should get some clarification in the tool description.
This pull request has changes conflicting with the target branch.
  • README.md
  • src/mcp_server_qdrant/server.py
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin multiple-collections:multiple-collections
git switch multiple-collections

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff multiple-collections
git switch multiple-collections
git rebase master
git switch master
git merge --ff-only multiple-collections
git switch multiple-collections
git rebase master
git switch master
git merge --no-ff multiple-collections
git switch master
git merge --squash multiple-collections
git switch master
git merge --ff-only multiple-collections
git switch master
git merge multiple-collections
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aygents/mcp-server-qdrant!26
No description provided.