Skip to content

tomaszprasolek/AI_Devs-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AI_Devs-RAG

Simple RAG implementation for aidevs.pl course content.

Technologies used

  • OpenAI API. Used models:
    • text-embedding-ada-002 to generate embeddings.
    • gpt-3.5-turbo-16k for re-rank result obtained from vector database.
    • gpt-3.5-turbo-0125 to get final answer.
  • Qdrant - vector database to store embeddings.
  • C# to write console app to ask questions ๐Ÿ˜Š

How to run

  • Run Qdrant locally
  • Configure settings in the file appsettings.json
  • All documents which must be imported, copy to the folder Memories.
  • Set ImportDocuments to true for the first run.
  • Run the app and ask questions.
  • Enjoy ๐Ÿ˜Š

Course content is not included in the repository because it's not my property. ๐Ÿ˜Š
It belongs to guys who prepare the course.

Some code is taken from this repository and converted to C# code.

About

RAG implementation for https://aidevs.pl course content

Topics

Resources

Stars

Watchers

Forks