Adding AzureSearch AI as vector store
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user