Skip to content

City-of-Turku/laatukasikirja-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laatukäsikirja RAG app

This is a LlamaIndex project bootstrapped with create-llama.

Getting Started

First, startup the backend as described in the backend README.

Second, run the development server of the frontend as described in the frontend README.

Open http://localhost:3000 with your browser to see the result.

How to run with docker compose

First check setup instructions in both frontend and backend and set env's. Make sure you have docker installed. Create file Caddyfile in project root based on Caddyfile.example.

Then first run:

docker compose up -d

optionally before running up command, you can build images first individually or all at once:

docker compose build

or

docker compose build <service>

When services are up, generate AI embeddings:

docker compose exec backend /bin/bash
poetry run generate
exit

Learn More

To learn more about LlamaIndex, take a look at the following resources:

You can check out the LlamaIndexTS GitHub repository - your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published