webclaw/crates
Jacob Magar 2e4343905f fix(noxa-68r.4): replace qdrant-client with plain reqwest REST calls
qdrant-client v1.x is gRPC-only — reqwest feature is snapshot downloads only.
Rewrite QdrantStore using direct HTTP calls against Qdrant REST API (port 6333):
- collection_exists: GET /collections/{name}
- create_collection: PUT /collections/{name} + PUT /collections/{name}/index
- upsert: PUT /collections/{name}/points?wait=true (256-batch)
- delete_by_url: POST /collections/{name}/points/delete?wait=true
- search: POST /collections/{name}/points/search
No new dependencies — reqwest already in workspace.
2026-04-12 08:48:47 -04:00
..
noxa-cli feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-core feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-fetch feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-llm feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-mcp feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-pdf chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
noxa-rag fix(noxa-68r.4): replace qdrant-client with plain reqwest REST calls 2026-04-12 08:48:47 -04:00