Skip to content

Commit 6e07283

Browse files
Update index.mdx (#6326)
#### Fix Added the mention of "store" amongst the tasks that the data connection module can perform aside from the existing 3 (load, transform and query). Particularly, this implies the generation of embeddings vectors and the creation of vector stores.
1 parent ffa4ff1 commit 6e07283

File tree

1 file changed

+1
-1
lines changed
  • docs/docs_skeleton/docs/modules/data_connection

1 file changed

+1
-1
lines changed

docs/docs_skeleton/docs/modules/data_connection/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 1
55
# Data connection
66

77
Many LLM applications require user-specific data that is not part of the model's training set. LangChain gives you the
8-
building blocks to load, transform, and query your data via:
8+
building blocks to load, transform, store and query your data via:
99

1010
- [Document loaders](/docs/modules/data_connection/document_loaders/): Load documents from many different sources
1111
- [Document transformers](/docs/modules/data_connection/document_transformers/): Split documents, drop redundant documents, and more

0 commit comments

Comments
 (0)