You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/langchain/readme.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,33 @@ for the following modules, listed from least to most complex:
28
28
29
29
## What's inside
30
30
31
+
[](https://jupyter.org/try)[](https://commonmark.org)
32
+
31
33
This folder provides guidelines and runnable code to get started with [LangChain]
32
34
and [CrateDB].
33
35
34
36
-[readme.md](readme.md): The file you are currently reading contains a walkthrough
35
37
about how to get started with the LangChain framework and CrateDB, and guides you
36
38
to corresponding example programs how to use different subsystems.
39
+
37
40
-[requirements.txt](requirements.txt): Pulls in a patched version of LangChain,
38
41
as well as the CrateDB client driver and the `crash` command-line interface.
39
-
-[vector_store.ipynb](vector_search.ipynb): This notebook explores CrateDB's
40
-
[`FLOAT_VECTOR`] and [`KNN_MATCH`] functionalities for storing and retrieving
42
+
43
+
-`vector_store.ipynb`[](vector_search.ipynb)[](https://mybinder.org/v2/gh/crate/cratedb-examples/amo/framework-langchain?labpath=framework%2Flangchain%2Fvector_search.ipynb)[](https://colab.research.google.com/github/crate/cratedb-examples/blob/amo%2Fframework-langchain/framework/langchain/vector_search.ipynb)
44
+
45
+
This notebook explores CrateDB's [`FLOAT_VECTOR`] and [`KNN_MATCH`] functionalities for storing and retrieving
41
46
embeddings, and for conducting similarity searches.
42
-
-[document_loader.ipynb](document_loader.ipynb): The notebook about the Document
43
-
Loader demonstrates how to query a database table in CrateDB and use it as a
47
+
48
+
-`document_loader.ipynb`[](document_loader.ipynb)[](https://mybinder.org/v2/gh/crate/cratedb-examples/amo/framework-langchain?labpath=framework%2Flangchain%2Fdocument_loader.ipynb)[](https://colab.research.google.com/github/crate/cratedb-examples/blob/amo%2Fframework-langchain/framework/langchain/document_loader.ipynb)
49
+
50
+
The notebook about the Document Loader demonstrates how to query a database table in CrateDB and use it as a
44
51
source provider for LangChain documents.
45
-
-[conversational_memory.ipynb](conversational_memory.ipynb): LangChain also
46
-
supports managing conversation history in SQL databases. This notebook exercises
52
+
53
+
-`conversational_memory.ipynb`[](conversational_memory.ipynb)[](https://mybinder.org/v2/gh/crate/cratedb-examples/amo/framework-langchain?labpath=framework%2Flangchain%2Fconversational_memory.ipynb)[](https://colab.research.google.com/github/crate/cratedb-examples/blob/amo%2Fframework-langchain/framework/langchain/conversational_memory.ipynb)
54
+
55
+
LangChain also supports managing conversation history in SQL databases. This notebook exercises
47
56
how that works with CrateDB.
57
+
48
58
- Accompanied to the Jupyter Notebook files, there are also basic variants of
0 commit comments