Adding AzureSearch AI as vector store

This commit is contained in:
2025-05-16 22:01:05 -05:00
parent 226b51a6a1
commit 3beb160c22
18 changed files with 2751 additions and 96 deletions

View File

@@ -1,7 +1,5 @@
from langchain_ollama import OllamaLLM
def load_llm():
return OllamaLLM(
model="llama3.2",
base_url="http://localhost:11434",
temperature=0)
return OllamaLLM(model="llama3.2", base_url="http://localhost:11434", temperature=0)