Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T11:54:21.000Z (6 months ago)
- Last Synced: 2024-07-22T14:04:07.901Z (6 months ago)
- Topics: embeddings, image, imgbeddings, pillow, postgresql, python, sentencetransformer, text, ubuntu2204lts
- Language: Python
- Homepage:
- Size: 61.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/)
#
# LicenseCopyright © 2024. MongoExpUser
Licensed under the MIT license.