langchain/langchain
Ben Perry 3874bb256e
Weaviate: Batch embed texts (#5903)
When a custom Embeddings object is set, embed all given texts in a batch
instead of passing them through individually. Any code calling add_texts
can then appropriately size the chunks of texts that are passed through
to take full advantage of the hardware it's running on.
2023-07-13 20:57:58 -04:00
..
agents feat(agents): allow trimming of intermediate steps to last N (#6476) 2023-07-13 02:09:25 -04:00
callbacks Configure Tracer Workers (#7676) 2023-07-13 14:00:14 -07:00
chains [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
chat_models codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
docstore docstrings: docstore and client (#6783) 2023-07-09 01:34:28 -04:00
document_loaders Fixed handling of absolute URLs in RecursiveUrlLoader (#7677) 2023-07-13 15:34:00 -07:00
document_transformers Adds OpenAI functions powered document metadata tagger (#7521) 2023-07-13 01:12:41 -04:00
embeddings Use modern OpenAI endpoints for embeddings (#6573) 2023-07-13 01:23:17 -04:00
evaluation Normalize Trajectory Eval Score (#7668) 2023-07-13 09:58:28 -07:00
experimental [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
graphs CPAL (#6255) 2023-07-11 10:11:21 -04:00
indexes Allow passing custom prompts to GraphIndexCreator (#7381) 2023-07-08 01:47:53 -04:00
llms Enabled Azure Active Directory token-based auth access to OpenAI completions (#6313) 2023-07-13 16:05:47 -04:00
load docstrings top level update (#7173) 2023-07-07 02:42:28 -04:00
memory Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444) 2023-07-10 01:53:49 -04:00
output_parsers Added param to return only a structured json from the get_format_instructions method (#5848) 2023-07-08 02:57:26 -04:00
prompts Jinja2 validation changed to issue warnings rather than issuing exceptions. (#7161) 2023-07-05 14:04:29 -04:00
retrievers Add new types of document transformers (#7379) 2023-07-12 23:53:30 -04:00
schema Load Run Evaluator (#7101) 2023-07-07 19:57:59 -07:00
smith Configure Tracer Workers (#7676) 2023-07-13 14:00:14 -07:00
tools fix: remove useless variable k (#6524) 2023-07-13 01:58:36 -04:00
utilities fix: remove useless variable k (#6524) 2023-07-13 01:58:36 -04:00
vectorstores Weaviate: Batch embed texts (#5903) 2023-07-13 20:57:58 -04:00
__init__.py move base prompt to schema (#6995) 2023-07-02 22:38:59 -04:00
base_language.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
cache.py Fix SQLAlchemy LLM cache clear (#7653) 2023-07-13 09:39:04 -04:00
docker-compose.yaml Update docker-compose.yaml (#3582) 2023-04-26 15:11:59 -07:00
env.py Use LCP Client in Tracer (#5908) 2023-06-08 21:15:14 -07:00
example_generator.py Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
formatting.py Validate input_variables when using jinja2 templates (#3140) 2023-04-19 16:18:32 -07:00
input.py FileCallbackHandler (#5589) 2023-06-03 16:48:48 -07:00
math_utils.py add get_top_k_cosine_similarity method to get max top k score and index (#5059) 2023-05-22 11:55:48 -07:00
model_laboratory.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
py.typed Add py.typed marker to package (#121) 2022-11-12 11:22:32 -08:00
python.py Move PythonRepl -> langchain.utilities (#2917) 2023-04-15 10:50:25 -07:00
requests.py fix: missing parameter in POST/PUT/PATCH HTTP requests (#7194) 2023-07-05 12:47:30 -04:00
serpapi.py codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
server.py [Breaking] Update Evaluation Functionality (#7388) 2023-07-13 02:13:06 -07:00
sql_database.py docs : add cnosdb to Ecosystem Integrations (#7316) 2023-07-07 01:35:22 -04:00
text_splitter.py codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
utils.py docstrings top level update (#7173) 2023-07-07 02:42:28 -04:00