langchain/langchain
Jose Ignacio Hervás Díaz ce8b7a2a69
SQLite-backed Entity Memory (#5129)
# SQLite-backed Entity Memory

Following the initiative of
https://github.com/hwchase17/langchain/pull/2397 I think it would be
helpful to be able to persist Entity Memory on disk by default

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-05-30 18:39:47 -07:00
..
agents Allow for async use of SelfAskWithSearchChain (#5394) 2023-05-30 17:02:39 -07:00
callbacks Set old LCTracer to default to port 8000 (#5381) 2023-05-29 22:42:53 -07:00
chains Harrison/condense q llm (#5438) 2023-05-30 07:15:37 -07:00
chat_models OpenAI lint (#5273) 2023-05-25 16:20:06 -07:00
cli Add 'status' command to get server status (#5197) 2023-05-24 21:43:16 +00:00
client Removes duplicated call from langchain/client/langchain.py (#5449) 2023-05-30 11:52:46 -07:00
docstore changed ValueError to ImportError (#5006) 2023-05-19 15:28:08 -07:00
document_loaders Ability to specify credentials wihen using Google BigQuery as a data loader (#5466) 2023-05-30 16:25:22 -07:00
embeddings Allow ElasticsearchEmbeddings to create a connection with ES Client object (#5321) 2023-05-30 17:26:30 -07:00
evaluation Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
experimental fix: remove empty lines that cause InvalidRequestError (#5320) 2023-05-27 21:15:03 -07:00
graphs changed ValueError to ImportError (#5103) 2023-05-22 15:24:45 -07:00
indexes Create async copy of from_text() inside GraphIndexCreator. (#5214) 2023-05-24 21:54:12 -07:00
llms added n_threads functionality for gpt4all (#5427) 2023-05-30 16:31:30 -07:00
memory SQLite-backed Entity Memory (#5129) 2023-05-30 18:39:47 -07:00
output_parsers convert the parameter 'text' to uppercase in the function 'parse' of the class BooleanOutputParser (#5397) 2023-05-30 16:26:17 -07:00
prompts fix prompt saving (#4987) 2023-05-20 08:21:52 -07:00
retrievers Fix: Handle empty documents in ContextualCompressionRetriever (Issue #5304) (#5306) 2023-05-28 13:19:34 -07:00
tools Add ToolException that a tool can throw. (#5050) 2023-05-29 20:05:58 +00:00
utilities feat: support for shopping search in SerpApi (#5259) 2023-05-27 21:20:24 -07:00
vectorstores Add maximal relevance search to SKLearnVectorStore (#5430) 2023-05-30 16:13:33 -07:00
__init__.py console callback verbose (#4696) 2023-05-17 01:28:43 +00:00
base_language.py Add async versions of predict() and predict_messages() (#4867) 2023-05-23 17:22:49 -07:00
cache.py feat: add Momento as a standard cache and chat message history provider (#5221) 2023-05-25 19:13:21 -07:00
docker-compose.yaml Update docker-compose.yaml (#3582) 2023-04-26 15:11:59 -07:00
document_transformers.py Contextual compression retriever (#2915) 2023-04-20 17:01:14 -07:00
env.py Add Environment Info to Run (#4691) 2023-05-15 15:38:49 +00:00
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
formatting.py
input.py Bold Crumbs (#4876) 2023-05-17 22:50:35 +00: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
py.typed
python.py
requests.py
schema.py Implemented appending arbitrary messages (#5293) 2023-05-29 07:18:59 -07:00
serpapi.py
server.py Update Tracing Walkthrough (#4760) 2023-05-16 13:26:43 +00:00
sql_database.py Support bigquery dialect - SQL (#5261) 2023-05-25 18:19:17 -07:00
text_splitter.py Add more code splitters (go, rst, js, java, cpp, scala, ruby, php, swift, rust) (#5171) 2023-05-30 11:04:05 -04:00
utils.py Harrison/datetime parser (#4693) 2023-05-29 07:52:30 -07:00