docs: fix broken links (#16855)

This commit is contained in:
Erick Friis
2024-02-01 17:29:38 -08:00
committed by GitHub
parent a265878d71
commit 6fc2835255
7 changed files with 11 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
This template enables user to use `pgvector` for combining postgreSQL with semantic search / RAG.
It uses [PGVector](https://github.com/pgvector/pgvector) extension as shown in the [RAG empowered SQL cookbook](cookbook/retrieval_in_sql.ipynb)
It uses [PGVector](https://github.com/pgvector/pgvector) extension as shown in the [RAG empowered SQL cookbook](https://github.com/langchain-ai/langchain/blob/master/cookbook/retrieval_in_sql.ipynb)
## Environment Setup