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
maang-h 9aba9e3e33
community[patch]: Update the default “API URL” and “MODEL” of sparkllm (#22070)
- **Description:** When I was running the sparkllm, I found that the
default parameters currently used could no longer run correctly.
    - original parameters & values:
         - spark_api_url: "wss://spark-api.xf-yun.com/v3.1/chat"
         - spark_llm_domain: "generalv3"
    ```python
    # example
    
    from langchain_community.chat_models import ChatSparkLLM
    
spark = ChatSparkLLM(spark_app_id="my_app_id",
spark_api_key="my_api_key", spark_api_secret="my_api_secret")
    spark.invoke("hello")
    ```

![sparkllm](https://github.com/langchain-ai/langchain/assets/55082429/5369bfdf-4305-496a-bcf5-2d3f59d39414)

So I updated them to 3.5 (same as sparkllm official website). After the
update, they can be used normally.
    - new parameters & values:
         - spark_api_url: "wss://spark-api.xf-yun.com/v3.5/chat"
         - spark_llm_domain: "generalv3.5"
2 months ago
..
adapters community[patch]: upgrade to recent version of mypy (#21616) 3 months ago
agent_toolkits community[patch]: Fix remaining __inits__ in community (#22037) 2 months ago
agents langchain, community: move OpenAIAssistantV2Runnable to community (#22044) 2 months ago
callbacks infra: rm unused # noqa violations (#22049) 2 months ago
chains langchain[minor]: Add PebbloRetrievalQA chain with Identity & Semantic Enforcement support (#20641) 3 months ago
chat_loaders infra: rm unused # noqa violations (#22049) 2 months ago
chat_message_histories community[minor]: Add async methods to CassandraChatMessageHistory (#21975) 2 months ago
chat_models community[patch]: Update the default “API URL” and “MODEL” of sparkllm (#22070) 2 months ago
cross_encoders multiple: langchain 0.2 in master (#21191) 3 months ago
docstore community[patch]: Fix remaining __inits__ in community (#22037) 2 months ago
document_compressors langchain: add RankLLM Reranker (#21171) 2 months ago
document_loaders community[minor]: Added propagation of document metadata from O365BaseLoader (#20663) 2 months ago
document_transformers infra: rm unused # noqa violations (#22049) 2 months ago
embeddings infra: rm unused # noqa violations (#22049) 2 months ago
example_selectors docs: added `community` modules descriptions (#17827) 5 months ago
graphs infra: rm unused # noqa violations (#22049) 2 months ago
indexes community[patch]: upgrade to recent version of mypy (#21616) 3 months ago
llms infra: rm unused # noqa violations (#22049) 2 months ago
memory langchain[patch],community[minor]: Migrate memory implementations to community (#20845) 3 months ago
output_parsers infra: rm unused # noqa violations (#22049) 2 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 3 months ago
retrievers infra: rm unused # noqa violations (#22049) 2 months ago
storage community[minor]: Add Cassandra ByteStore (#22064) 2 months ago
tools community[patch]: Adding HEADER to the list of supported locations (#21946) 2 months ago
utilities community[minor]: Add Cassandra ByteStore (#22064) 2 months ago
utils community[patch]: docstrings update (#20301) 4 months ago
vectorstores community[patch]: surrealdb provide functions for MMR (Maximal Marginal Relevance) (#21185) 2 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 8 months ago
cache.py community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 3 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 8 months ago