We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b898343 commit a9db19eCopy full SHA for a9db19e
README.md
@@ -157,3 +157,7 @@ chat_history.add_messages([
157
print(chat_history.messages)
158
```
159
160
+
161
+### Vectorstore
162
163
+See example for the [PGVector vectorstore here](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/vectorstore.ipynb)
0 commit comments