We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configured with: Azure Cosmos DB for MongoDB (vCore)
Quick Start: Command line (bash, curl) https://microsoft.github.io/kernel-memory/quickstart/bash cd tools ./upload-file.sh -f README.md -i doc01 -s http://127.0.0.1:9001
Command aggregate failed: Unrecognized pipeline stage name: $listSearchIndexes.
I cannot use Kernel Memory
macOS
./upload-file.sh -f README.md -i doc01 -s http://127.0.0.1:9001 + eval curl -v -F ''\''file1=@"README.md"'\''' -F ''\''index=""'\''' -F ''\''documentId="doc01"'\''' -F ''\''tags=""'\''' http://127.0.0.1:9001/upload ++ curl -v -F 'file1=@"README.md"' -F 'index=""' -F 'documentId="doc01"' -F 'tags=""' http://127.0.0.1:9001/upload * Trying 127.0.0.1:9001... * Connected to 127.0.0.1 (127.0.0.1) port 9001 > POST /upload HTTP/1.1 > Host: 127.0.0.1:9001 > User-Agent: curl/8.6.0 > Accept: */* > Content-Length: 2785 > Content-Type: multipart/form-data; boundary=------------------------bcLfKkbydiGUxY0Bf5kl0Q > * We are completely uploaded and fine < HTTP/1.1 503 Service Unavailable < Content-Type: application/problem+json < Date: Tue, 23 Jul 2024 05:56:49 GMT < Server: Kestrel < Transfer-Encoding: chunked < * Leftovers after chunking: 11 bytes * Connection #0 to host 127.0.0.1 left intact {"type":"https://tools.ietf.org/html/rfc9110#section-15.6.4","title":"Document upload failed","status":503,"detail":"Command aggregate failed: Unrecognized pipeline stage name: $listSearchIndexes.
The text was updated successfully, but these errors were encountered:
Did you run the code using the extension under development here #329 or the MongoDBAtlas connector?
MongoDBAtlas
Note that MongoDbAtlas and Azure Cosmos DB for MongoDB are not the same product, and the MongoDBAtlas connector doesn't work with the Azure variant.
Sorry, something went wrong.
Everything related is not production ready. I switched to AI Search and it's working fine
No branches or pull requests
Context / Scenario
Configured with:
Azure Cosmos DB for MongoDB (vCore)
Quick Start:
Command line (bash, curl)
https://microsoft.github.io/kernel-memory/quickstart/bash
cd tools
./upload-file.sh -f README.md -i doc01 -s http://127.0.0.1:9001
What happened?
Command aggregate failed: Unrecognized pipeline stage name: $listSearchIndexes.
Importance
I cannot use Kernel Memory
Platform, Language, Versions
macOS
Relevant log output
The text was updated successfully, but these errors were encountered: