- qdrant-client 1.10+ 版本移除了 search() 方法,改用 query_points() - 使用 collection_exists() 替代 get_collections() 检查集合存在 - 更新返回结果处理:results.points 替代 results - 更新 pyproject.toml 版本约束为 >=1.9.0,<2.0.0 - 修正 README.md 中的 docker 命令示例 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| exceptions.py | ||
| middleware.py | ||
| prompts.py | ||
| qdrant_client.py | ||
| sse.py | ||
| tenant.py | ||