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/community/langchain_community
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
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 10 months ago
agent_toolkits feat(community): make Amadeus toolkit LLM-agnostic (#15879) 9 months ago
callbacks community: add new gpt-3.5-turbo-1106 finetuned for cost calculation (#16039) 9 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 10 months ago
chat_models feat: Implement `stream` interface (#15875) 9 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
document_loaders community: fix the "page" mode in the AzureAIDocumentIntelligenceParser (bug) (#15958) 9 months ago
document_transformers community: Make doctran synchronous (#15264) 9 months ago
embeddings community: Added functions to make async calls to HuggingFaceHub's embedding endpoint in HuggingFaceHubEmbeddings class (#15737) 9 months ago
graphs community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
llms community: Ollama - Parameter structure to follow official documentation (#16035) 9 months ago
retrievers community: add collection_properties parameter to Milvus (#15788) 9 months ago
storage Add a BaseStore backed by AstraDB (#15812) 9 months ago
tools feat(community): make Amadeus toolkit LLM-agnostic (#15879) 9 months ago
utilities community: Add PolygonAPIWrapper and get_last_quote endpoint (#15971) 9 months ago
utils openai[minor]: implement langchain-openai package (#15503) 9 months ago
vectorstores community: Added Lantern as VectorStore (#12951) 9 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago