File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages-v1/langgraph-agent/src/azure Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { CREDENTIAL } from "../azure/azure-credential.js";
99import { AzureAISearchConfig } from "@langchain/community/vectorstores/azure_aisearch" ;
1010import { waiter } from "./embeddings.js" ;
1111
12+ // <AZURE_AI_SEARCH_AUTH>
1213const endpoint = process . env . AZURE_AISEARCH_ENDPOINT ;
1314const indexName = process . env . AZURE_AISEARCH_INDEX_NAME ;
1415
@@ -61,7 +62,7 @@ export const VECTOR_STORE_QUERY_CONFIG =
6162 process . env . SET_PASSWORDLESS == "true"
6263 ? VECTOR_STORE_QUERY_PASSWORDLESS
6364 : VECTOR_STORE_QUERY_KEY ;
64-
65+ // </AZURE_AI_SEARCH_AUTH>
6566// <AI_SEARCH_QUERY_FUNCTIONS>
6667export function getReadOnlyVectorStore ( ) : AzureAISearchVectorStore {
6768 const embeddings = getEmbeddingClient ( ) ;
You can’t perform that action at this time.
0 commit comments