Skip to content

MongoExpUser/Text-and-Image-Embeddings-for-PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.
  2. 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.