You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest Ogbujipt from Git, pgvector version 0.3.6 installed, and while initializing a DocDB instance via DocDB.from_conn_params with the following:
File "/path/to/site-packages/asyncpg/pool.py", line 512, in _get_new_connection await self._init(con) File "/path/to/site-packages/ogbujipt/embedding/pgvector.py", line 211, in init_pool raise RuntimeError(f'Unable to find vector type in the DB/schema. You might need to enable it: {e}')RuntimeError: Unable to find vector type in the DB/schema. You might need to enable it: unknown type: pg_catalog.vector
The text was updated successfully, but these errors were encountered:
Huh. Weird. DocDB is no longer a thing. We removed it a couple of major releases ago because you can achieve the same thing with DataDB, via metadata. I would have expected an error on import. Could you try on a clean venv, to help get a clearer picture of what's going on?
Using the latest Ogbujipt from Git, pgvector version 0.3.6 installed, and while initializing a DocDB instance via DocDB.from_conn_params with the following:
I get:
The text was updated successfully, but these errors were encountered: