mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-23 02:15:42 +00:00
Pgvector template (#13267)
Including pvector template, adapting what is covered in the [cookbook](https://github.com/langchain-ai/langchain/blob/master/cookbook/retrieval_in_sql.ipynb). --------- Co-authored-by: Lance Martin <lance@langchain.dev> Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
3
templates/sql-pgvector/sql_pgvector/__init__.py
Normal file
3
templates/sql-pgvector/sql_pgvector/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from sql_pgvector.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user