vector-cookbook icon indicating copy to clipboard operation
vector-cookbook copied to clipboard

Timescale Vector Cookbook. A collection of recipes to build applications with LLMs using PostgreSQL and Timescale Vector.

Results 8 vector-cookbook issues
Sort by recently updated
recently updated
newest added

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

for example, if I use "jina-embeddings-v2-base-zh" embedding model, the dimension size should be 768 File "/root/.cache/pypoetry/virtualenvs/shujian-knowledge-server-GJO3bz0z-py3.11/lib/python3.11/site-packages/timescale_vector/client.py", line 1196, in upsert cur.executemany(query, records) psycopg2.errors.DataException: expected 1536 dimensions, not 768

How can I load a vector db which has already been deployed on timescale platform. I dont want to compute the embeddings from the documents every time I want to...

How can I load a vector db which has already been deployed on timescale platform. I dont want to compute the embeddings from the documents every time I want to...

running timescale/timescaledb-ha:pg15-latest tried pg14-latest and got the same issue. confirmed that all python packages got install via -r requirements.txt install.. ummm.. Error code: FeatureNotSupported: extension "vector" is not available DETAIL:...

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) Commits 4e613f8 Merge pull request from GHSA-g7vv-2v7x-gj9p b53348c cli:...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

- https://github.com/openai/openai-python/discussions/742 discusses migration from dictionary to pydantic models. - Update model to since 3.5 is now deprecated - Update pricing