tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
3.75k stars 521 forks source link

fix - remove check for embedding model when using azure open ai #868

Closed vivekrao1985 closed 4 weeks ago

vivekrao1985 commented 4 weeks ago

Removes an options check that ensures an embedding model is configured when using Azure OpenAI llm type.

PR Checklist