https://github.com/mongoexpuser/text-and-image-embeddings-for-postgresql
Generate Text and Image Embeddings
https://github.com/mongoexpuser/text-and-image-embeddings-for-postgresql
embeddings image imgbeddings pillow postgresql python sentencetransformer text ubuntu2204lts
Last synced: 12 days ago
JSON representation
Generate Text and Image Embeddings
- Host: GitHub
- URL: https://github.com/mongoexpuser/text-and-image-embeddings-for-postgresql
- Owner: MongoExpUser
- License: mit
- Created: 2024-07-21T03:13:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T22:26:38.000Z (over 1 year ago)
- Last Synced: 2025-01-26T19:37:24.968Z (over 1 year ago)
- Topics: embeddings, image, imgbeddings, pillow, postgresql, python, sentencetransformer, text, ubuntu2204lts
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Generate-Text-and-Image-Embeddings-for-PostgreSQL
### Generate Text and Image Embeddlings.
The embeddings can be inserted into the vector columns of:
1) PostgreSQL's tables.
The PostgreSQL database must have the Pgvector Extension installed on it.
3) Other database engines that support a vector column on tables.
#
This repo is based on the following operating system, language and 3 party packages :
Ubuntu 22.04.4 LTS (https://releases.ubuntu.com/jammy/)
Python v3.10.2 (https://www.python.org/downloads/release/python-3102/)
Sentence Transformers v3.0.1 (https://pypi.org/project/sentence-transformers/)
Imgbeddings v0.1.0 (https://pypi.org/project/imgbeddings/)
Pillows (PIL) v10.2.0 (https://pypi.org/project/pillow/)
#
# License
Copyright © 2024. MongoExpUser
Licensed under the MIT license.