mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
379 B
379 B
Alembic migrations:
alembic init alembic # initialize the alembic
alembic revision --autogenerate -m "Create user model" # first migration
alembic upgrade 66b63a # reflect migration on database (here 66b63a) is ssh value
Local installation
poetry install --extras "ui llms-llama-cpp embeddings-huggingface vector-stores-qdrant rerank-sentence-transformers"