c0sogi
c0sogi
# Async gRPC methods to Qdrant vectorstore Changes: - Async methods to add: aadd_texts, asimilarity_search, asimilarity_search_with_score, amax_marginal_relevance_search_with_score - Helper methods to add: _document_from_scored_point_grpc, _document_from_scored_point_grpc, _build_condition_grpc, _qdrant_filter_from_dict_grpc In addition to rest,...
The code below will surely fail because the `response_model` is set to None. ```python import instructor import vertexai.generative_models as gm import vertexai vertexai.init() client = instructor.from_vertexai(gm.GenerativeModel("gemini-1.5-pro-preview-0409")) if __name__ == "__main__":...
## Description This pull request introduces batch processing functionality for OpenAI embeddings, significantly improving the handling of large text inputs. The new implementation allows for more efficient processing of text...