fix for Azure AI and version bump -> 0.1.76 (#2438)

This commit is contained in:
Dev Khant
2025-03-25 18:10:36 +05:30
committed by GitHub
parent 5ec7889d9a
commit 9cb2a13f3b
2 changed files with 4 additions and 2 deletions

View File

@@ -87,7 +87,9 @@ class AzureAISearch(VectorStoreBase):
self.search_client._client._config.user_agent_policy.add_user_agent("mem0")
self.index_client._client._config.user_agent_policy.add_user_agent("mem0")
self.create_col() # create the collection / index
collections = self.list_cols()
if collection_name not in collections:
self.create_col()
def create_col(self):
"""Create a new index in Azure AI Search."""