Skip to main content

设置

示例

agent_with_knowledge.py

异步支持 ⚡

PgVector 还支持异步操作,能够实现并发,从而带来更好的性能。

async_pgvector.py
在处理高吞吐量应用程序时,请使用 aload()aprint_response() 方法与 asyncio.run() 一起使用,以实现非阻塞操作。

PgVector 参数

开发者资源