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/langchain
M Waleed Kadous 5124c1e0d9
Add aviary support (#5661)
Aviary is an open source toolkit for evaluating and deploying open
source LLMs. You can find out more about it on
[http://github.com/ray-project/aviary). You can try it out at
[http://aviary.anyscale.com](aviary.anyscale.com).

This code adds support for Aviary in LangChain. To minimize
dependencies, it connects directly to the HTTP endpoint.

The current implementation is not accelerated and uses the default
implementation of `predict` and `generate`.

It includes a test and a simple example. 

@hwchase17 and @agola11 could you have a look at this?

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
agents Raise an exception in MKRL and Chat Output Parsers if parsing text which contains both an action and a final answer (#5609) 1 year ago
callbacks FileCallbackHandler (#5589) 1 year ago
chains Add class attribute "return_generated_question" to class "BaseConversationalRetrievalChain" (#5749) 1 year ago
chat_models Add parameters to send_message() call for vertexai chat models (PaLM2) (#5566) 1 year ago
cli Add 'status' command to get server status (#5197) 1 year ago
client Update Tracer Auth / Reduce Num Calls (#5517) 1 year ago
docstore changed ValueError to ImportError (#5006) 1 year ago
document_loaders Create OpenAIWhisperParser for generating Documents from audio files (#5580) 1 year ago
embeddings Created fix for 5475 (#5659) 1 year ago
evaluation Add Feedback Methods + Evaluation examples (#5166) 1 year ago
experimental Adding support to save multiple memories at a time. Cuts save time by … (#5172) 1 year ago
graphs Improve Error Messaging for APOC Procedure Failure in Neo4jGraph (#5547) 1 year ago
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 1 year ago
llms Add aviary support (#5661) 1 year ago
memory Zep Hybrid Search (#5742) 1 year ago
output_parsers Removes unnecessary backslash escaping for backticks in python (#5751) 1 year ago
prompts Harrison/pipeline prompt (#5540) 1 year ago
retrievers Zep Hybrid Search (#5742) 1 year ago
tools Add args_schema to google_places tool (#5680) 1 year ago
utilities Harrison/pubmed integration (#5664) 1 year ago
vectorstores Integrate Clickhouse as Vector Store (#5650) 1 year ago
__init__.py console callback verbose (#4696) 1 year ago
base_language.py Add async versions of predict() and predict_messages() (#4867) 1 year ago
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
docker-compose.yaml Update docker-compose.yaml (#3582) 1 year ago
document_transformers.py Contextual compression retriever (#2915) 1 year ago
env.py Add Environment Info to Run (#4691) 1 year ago
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py FileCallbackHandler (#5589) 1 year ago
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 2 years ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 1 year ago
schema.py Implemented appending arbitrary messages (#5293) 1 year ago
serpapi.py move serpapi wrapper (#1199) 1 year ago
server.py Update Tracing Walkthrough (#4760) 1 year ago
sql_database.py Fix SQLAlchemy truncating text when it is too big (#5206) 1 year ago
text_splitter.py refactor: extract token text splitter function (#5179) 1 year ago
utils.py feat(integrations): Add WandbTracer (#4521) 1 year ago