Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.