Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pathway vectorstore and rag-pathway template #14859

Merged
merged 42 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
51c0b07
Pathway vectorstore and rag-pathway template
lewymati Dec 18, 2023
51944ea
fix imports (#6)
lewymati Dec 19, 2023
3a6a5f0
Berke/fix docs (#7)
berkecanrizai Dec 19, 2023
17e1842
Merge branch 'langchain-ai:master' into master
lewymati Dec 19, 2023
48d3371
revert pyproject/poetry.lock
Dec 19, 2023
3097d7b
optional
Dec 19, 2023
f6f4f25
update pyproject and lockfile
Dec 19, 2023
b6168cb
Merge branch 'master' into master
lewymati Dec 19, 2023
7a6d18c
update poetry.lock hash
Dec 19, 2023
74bff19
Merge branch 'master' into master
lewymati Dec 20, 2023
e0558ed
merge
efriis Dec 21, 2023
8e765a2
Add newline required by Ruff.
janchorowski Dec 21, 2023
0cd643b
fix docstring
Dec 22, 2023
d33df74
cr
hwchase17 Dec 22, 2023
3e41ae9
cr
hwchase17 Dec 22, 2023
7531e5d
scores for pathway vectorstore + self-query retrieval (#8)
lewymati Dec 23, 2023
a8003ec
feat: documentation notebook item ordering
berkecanrizai Dec 26, 2023
2f7e7d4
fix: typo
berkecanrizai Dec 26, 2023
aa1f370
Fix formatting.
janchorowski Dec 27, 2023
8ae6a56
Remove imports from outside langchain_community.
janchorowski Jan 2, 2024
de04c4d
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 2, 2024
45e54f7
ruff formatting
janchorowski Jan 3, 2024
e0ce01a
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 3, 2024
b941e00
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 8, 2024
e090312
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 14, 2024
61cddf2
Merge branch 'master' into janchorowski/master
baskaryan Jan 17, 2024
d4ab492
cr
baskaryan Jan 17, 2024
2dd1078
fix self query test to be immune to different timezones
Jan 18, 2024
ba7a1e6
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 19, 2024
eef269c
Remove self-query
janchorowski Jan 19, 2024
9f10171
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 26, 2024
bc1c4cc
Merge remote-tracking branch 'upstream/master'
janchorowski Jan 31, 2024
6bb6cd8
Add README instructions on running the standalone server
janchorowski Jan 31, 2024
ce5d37f
Remove VectorStoreServer from integration (#10)
szymondudycz Mar 11, 2024
c374daf
Fix docstring
janchorowski Mar 11, 2024
200be9b
Merge branch 'master' into master
janchorowski Mar 11, 2024
c276d26
Merge remote-tracking branch 'upstream/master'
janchorowski Mar 12, 2024
cf7ad98
linters
janchorowski Mar 12, 2024
8bc4cd0
Merge branch 'master' into update_imports
szymondudycz Mar 13, 2024
77acfe1
Merge remote-tracking branch 'upstream/master' into update_imports
janchorowski Mar 29, 2024
f904e54
Ruff lint
janchorowski Mar 29, 2024
196147f
Merge branch 'master' into update_imports
baskaryan Mar 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
191 changes: 191 additions & 0 deletions docs/docs/integrations/vectorstores/pathway.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Pathway\n",
"> [Pathway](https://pathway.com/) is an open data processing framework. It allows you to easily develop data transformation pipelines and Machine Learning applications that work with live data sources and changing data.\n",
"\n",
"This notebook demonstrates how to use a live `Pathway` data indexing pipeline with `Langchain`. You can query the results of this pipeline from your chains in the same manner as you would a regular vector store. However, under the hood, Pathway updates the index on each data change giving you always up-to-date answers.\n",
"\n",
"In this notebook, we will use a [public demo document processing pipeline](https://pathway.com/solutions/ai-pipelines#try-it-out) that:\n",
"\n",
"1. Monitors several cloud data sources for data changes.\n",
"2. Builds a vector index for the data.\n",
"\n",
"To have your own document processing pipeline check the [hosted offering](https://pathway.com/solutions/ai-pipelines) or [build your own](https://pathway.com/developers/user-guide/llm-xpack/vectorstore_pipeline/).\n",
"\n",
"We will connect to the index using a `VectorStore` client, which implements the `similarity_search` function to retrieve matching documents.\n",
"\n",
"The basic pipeline used in this document allows to effortlessly build a simple vector index of files stored in a cloud location. However, Pathway provides everything needed to build realtime data pipelines and apps, including SQL-like able operations such as groupby-reductions and joins between disparate data sources, time-based grouping and windowing of data, and a wide array of connectors.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Querying the data pipeline"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To instantiate and configure the client you need to provide either the `url` or the `host` and `port` of your document indexing pipeline. In the code below we use a publicly available [demo pipeline](https://pathway.com/solutions/ai-pipelines#try-it-out), which REST API you can access at `https://demo-document-indexing.pathway.stream`. This demo ingests documents from [Google Drive](https://drive.google.com/drive/u/0/folders/1cULDv2OaViJBmOfG5WB0oWcgayNrGtVs) and [Sharepoint](https://navalgo.sharepoint.com/sites/ConnectorSandbox/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FConnectorSandbox%2FShared%20Documents%2FIndexerSandbox&p=true&ga=1) and maintains an index for retrieving documents."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from langchain_community.vectorstores import PathwayVectorClient\n",
"\n",
"client = PathwayVectorClient(url=\"https://demo-document-indexing.pathway.stream\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" And we can start asking queries"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"query = \"What is Pathway?\"\n",
"docs = client.similarity_search(query)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"print(docs[0].page_content)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" **Your turn!** [Get your pipeline](https://pathway.com/solutions/ai-pipelines) or upload [new documents](https://chat-realtime-sharepoint-gdrive.demo.pathway.com/) to the demo pipeline and retry the query!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Filtering based on file metadata\n",
"\n",
"We support document filtering using [jmespath](https://jmespath.org/) expressions, for instance:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# take into account only sources modified later than unix timestamp\n",
"docs = client.similarity_search(query, metadata_filter=\"modified_at >= `1702672093`\")\n",
"\n",
"# take into account only sources modified later than unix timestamp\n",
"docs = client.similarity_search(query, metadata_filter=\"owner == `james`\")\n",
"\n",
"# take into account only sources with path containing 'repo_readme'\n",
"docs = client.similarity_search(query, metadata_filter=\"contains(path, 'repo_readme')\")\n",
"\n",
"# and of two conditions\n",
"docs = client.similarity_search(\n",
" query, metadata_filter=\"owner == `james` && modified_at >= `1702672093`\"\n",
")\n",
"\n",
"# or of two conditions\n",
"docs = client.similarity_search(\n",
" query, metadata_filter=\"owner == `james` || modified_at >= `1702672093`\"\n",
")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Getting information on indexed files"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" `PathwayVectorClient.get_vectorstore_statistics()` gives essential statistics on the state of the vector store, like the number of indexed files and the timestamp of last updated one. You can use it in your chains to tell the user how fresh is your knowledge base."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"client.get_vectorstore_statistics()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Your own pipeline"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Running in production\n",
"To have your own Pathway data indexing pipeline check the Pathway's offer for [hosted pipelines](https://pathway.com/solutions/ai-pipelines). You can also run your own Pathway pipeline - for information on how to build the pipeline refer to [Pathway guide](https://pathway.com/developers/user-guide/llm-xpack/vectorstore_pipeline/)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Processing documents\n",
"\n",
"The vectorization pipeline supports pluggable components for parsing, splitting and embedding documents. For embedding and splitting you can use [Langchain components](https://pathway.com/developers/user-guide/llm-xpack/vectorstore_pipeline/#langchain) or check [embedders](https://pathway.com/developers/api-docs/pathway-xpacks-llm/embedders) and [splitters](https://pathway.com/developers/api-docs/pathway-xpacks-llm/splitters) available in Pathway. If parser is not provided, it defaults to `UTF-8` parser. You can find available parsers [here](https://github.com/pathwaycom/pathway/blob/main/python/pathway/xpacks/llm/parser.py)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"Neo4jVector": "langchain_community.vectorstores.neo4j_vector",
"NeuralDBVectorStore": "langchain_community.vectorstores.thirdai_neuraldb",
"OpenSearchVectorSearch": "langchain_community.vectorstores.opensearch_vector_search", # noqa: E501
"PathwayVectorClient": "langchain_community.vectorstores.pathway",
"PGEmbedding": "langchain_community.vectorstores.pgembedding",
"PGVector": "langchain_community.vectorstores.pgvector",
"Pinecone": "langchain_community.vectorstores.pinecone",
Expand Down
Loading
Loading