IMperiumX / Aura

API Gateway of an online therapy platform that connects users with licensed therapists for virtual counseling and mental health support.
Apache License 2.0
0 stars 0 forks source link

Implementing more sophisticated recommendation algorithms. #20

Closed IMperiumX closed 3 weeks ago

IMperiumX commented 1 month ago

User Experience

Built a RAG pipeline

Loading & Ingestion

Indexing and Embedding

Storing in a specialized database known as a Vector Store

Querying: Every indexing strategy has a corresponding querying strategy, LLM improve the relevance, speed and accuracy of what you retrieve before returning it to you.

Turning it into structured responses such as an API.