langchain/docs/src
Steve Kim 0fd4a68d34
docs: Update VectorStoreTabs.js (#28916)
- Title: Fix typo to correct "embedding" to "embeddings" in PGVector
initialization example

- Problem: There is a typo in the example code for initializing the
PGVector class. The current parameter "embedding" is incorrect as the
class expects "embeddings".

- Correction: The corrected code snippet is:

vector_store = PGVector(
    embeddings=embeddings,
    collection_name="my_docs",
    connection="postgresql+psycopg://...",
)
2024-12-26 14:31:58 -05:00
..
css docs: highlight styling (#26636) 2024-09-19 17:12:59 +00:00
pages docs: v0.2 docs in master (#21438) 2024-05-08 12:29:59 -07:00
theme docs: Update VectorStoreTabs.js (#28916) 2024-12-26 14:31:58 -05:00