Open
Conversation
Owner
marinac-dev
commented
Nov 3, 2025
- Refactor Tesla implementation
- Improve support for Qdrant HTTP API
- Dump deps and elixir version
- Mock tests setup
- Updated version in mix.exs to 0.1.0. - Upgraded dependencies: ex_doc to 0.39.1, tesla to 1.15.3, jason to 1.4.4, mox to 1.2.0, and excoveralls to 0.18.5. - Added new configuration module for Qdrant client to handle application settings and environment variables. - Enhanced API wrapper to support interface configuration. - Improved HTTP client with updated middleware and query parameter handling.
…Service - Added `Qdrant.Api.Http.Aliases` for managing collection aliases with functions to update and retrieve aliases. - Introduced `Qdrant.Api.Http.Indexes` for creating and deleting field indexes in collections. - Implemented `Qdrant.Api.Http.Snapshots` for handling collection snapshots, including listing, creating, and recovering from snapshots. - Created `Qdrant.Api.Http.Service` for service-related endpoints, including health checks, telemetry, and metrics. - Refactored existing modules to improve consistency and maintainability.
- Updated module documentation to clarify the purpose of the Qdrant client. - Added new functions: `collection_exists/1` to check for collection existence and `update_collection/2` to modify collection parameters. - Refactored `collection_info/1` to use the correct API call. - Modified `delete_points/3` to include additional parameters for wait and ordering guarantees.
- Introduced `require_api_key` option to determine if an API key is mandatory for connections. - Updated documentation to clarify the behavior of API key requirements, especially for Qdrant Cloud. - Refactored `get_api_key` and added `require_api_key?` function to streamline API key retrieval and validation. - Modified HTTP client to utilize a configurable adapter for requests.
- Updated Elixir and Erlang versions in .tool-versions. - Added .env and .envrc to .gitignore to prevent sensitive files from being tracked. - Introduced `test_ignore_filters` in mix.exs for better test management. - Added `mint` and `finch` dependencies for improved HTTP client capabilities. - Enhanced README with detailed configuration instructions for local and cloud setups, including environment variable options.
…drant module - Introduced `get_collection/1` to retrieve detailed information about a specified collection. - Added `query_points/2` to perform queries on points using a query string or vector query, with detailed documentation and examples for usage. - Enhanced module documentation to reflect these new functionalities.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.