You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
shahrin014 86321a949f
community: Ollama - Parameter structure to follow official documentation (#16035)
## Feature
- Follow parameter structure as per official documentation 
- top level parameters (e.g. model, system, template) will be passed as
top level parameters
  - other parameters will be sent in options unless options is provided

![image](https://github.com/langchain-ai/langchain/assets/17451563/d14715d9-9701-4ee3-b44b-89fffea62389)

## Tests
- Test if top level parameters handled properly
- Test if parameters that are not top level parameters are handled as
options
- Test if options is provided, it will be passed as is
9 months ago
..
cli Make packages optional (#15727) 9 months ago
community community: Ollama - Parameter structure to follow official documentation (#16035) 9 months ago
core core[patch]: simple prompt pretty printing (#15968) 9 months ago
experimental core[patch]: simple prompt pretty printing (#15968) 9 months ago
langchain community: Added Lantern as VectorStore (#12951) 9 months ago
partners multiple[patch]: .post releases and pyproject metadata (#15962) 9 months ago