Skip to content

Kalamojo/DOTNET_RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Retrieval Augmented Generation

SetUp

To run the VectorStoreCreator and DocumentationSearch projects, a few environment variables need to be provided in the project properties. These can be set in Visual Studio by right clicking on a project in the Solution Explorer and going to:

Properties → Debug → General → Open debug launch profiles UI → Environment Variables

And adding a new entry in the table. For the purpose of running these projects, please add the following environment variables to each:

  1. Acquire OpenAI API key and set it as OPENAI_API_KEY
  2. Provide an SQLite connection string for SQLITE_CONN
    • ex.) Data Source=C:\Users\myUser\DOTNET_RAG\dotnet_docs.db;

Execution

  1. Run VectorStoreCreator project and terminate it once vector store update logs stop being made
  2. Run DocumentationSearch project and ask away about .NET 9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages