π QUICK LINKS: APP Demo π | Website | Nuget
π³ DOCKER IMAGES: UI | API | WORKER | DB UPGRADER | PLAYGROUND
Struggling to keep track of all your dev notes, bookmarks, and useful code snippets scattered across different platforms? Frustrated by the time wasted searching for that crucial information or starting from scratch? π€
Introducing assistente.dev
β your ultimate assistant for developers. It's your personal memory bank, effortlessly storing and retrieving everything you need, precisely when you need it. Whether it's code snippets, course notes, or example solutions, Assistende has you covered. π¦Ύ
Simply paste your query and watch as assistente.dev
draws from your notes, bookmarks, and code bases to provide the perfect solution. With assistente.dev
, say goodbye to wasted time and hello to seamless development. Get started and unlock your productivity potential! π
Phases:
- β
I phase (POC) - console app for test purpose
Playground
: QUICK LINK - β II phase - UI in Blazor
- β III phase - Request limitation (throttling) + publish application on VPS - URL
- β IV phase - Improve prompts and logic to generate the most accurate answers
TODO:
- β
Loading and parsing
*.md
files - knowledge base - β
Loading and parsing
*.cs
files - code base - β
Find open source solution for creating embeddins
- β Done partially (currently in use OpenAI embedding service)
- β Integration with Qdrant - saving embeddings
- β
Generating prompt based on the 'knowledge base' & 'code base'
- β Generate prompt based on 'knowledge base'
- β Generate prompt based on 'code base'
- β Integration with the OpenAI API
- β Add usage of MediatR and prepare Command & Queries libraries
- β Generating answers or ready code (in console app) - depending on what the user needs
- β
Add UI in Blazor
- β
Upload sample notes and code from
DEV_ASSISTENTE
repository for demo purpose - β Generating answers asynchronously (RabbitMQ + SignalR)
- β Display resources list
- β Display asked questions with answers list
- β
Upload sample notes and code from
- β Switch from MSSQL to PostgreSQL
- β Configure VPS to host all environment
- β
Add support for separated scenario for
CODE
generation- β
Add table
QuestionFiles
to save information about select files based on question
- β
Add table
- β
Prepare
configuration
section inReadme
- β
Prepare
quick start
section inReadme
- β Prepare video explainer with simply demo
- β Add HealthChecks for API & Worker
- π³ Configure OTEL collector: TUTORIAL
- π³
Metrics
integration with Prometheus and Graphana - TUTORIAL - π³
Traces
integration with SEQ (Jaeger shoud be replaces with SEQ)
- π³
- π³ Integrate LLamaSharp for embeding creation
- π³ Save all content from the file (C# code) and use it at the end of the process in context instead of snippets.
- π³ Add
Tool
which can search in Google (will be use asOpenAi
function) + whitelisted resource domains - π³ Saving (to knowledge base) and analyzing tech newsletters
-
Fill out the settings file
appsettings.json
- QUICK LINK-
Llm_ApiKey
-<API_KEY>
-
Llm_OrganizationId
-<ORG_ID>
-
Llm_ProjectId
-<PROJ_ID>
-
Embeddings_ApiKey
-<API_KEY>
-
Embeddings_OrganizationId
-<ORG_ID>
-
Embeddings_ProjectId
-<PROJ_ID>
-
-
Fill out the
.env
file - QUICK LINKOpenAi_ApiKey
-<API_KEY>
OpenAi_OrganizationId
-<ORG_ID>
OpenAi_ProjectId
-<PROJ_ID>
Prerequisites: Docker
-
Fill out the settings file (
appsettings.json
) and (.env
) from CONFIGURATION section -
Run
start-enviroment.ps1
script with parameters:- Firstly with
-s
- to start required services - Secondly with
-d
- to upgrade and migrate database - Thirdly with
-a
- to start assistente application - Fourthly with
-p
- to learn assistente
- Firstly with
-
Voila! Currently you can go to
https://localhost:1008
Service | Port | Information | Metrics URL | Access |
---|---|---|---|---|
PostreSQL | 1000 | Database | - | - |
PgAdmin | 1001 | Database UI | - | L: admin@assistente.dev , P: admin |
Qdrant | 1002 | API & UI (dashboard) | /metrics |
- |
Qdrant | 1003 | Search Engine | - | - |
RabbitMq | 1004 | AMPQ Connection | - | - |
RabbitMq | 1005 | RabbitMq UI | - | - |
RabbitMq | 1013 | RabbitMq Metrics | /metrics |
- |
Seq | 1006 | UI | - | - |
Seq | 1007 | Logs API | - | - |
Blazor UI | 1008 | Assistente UI | - | - |
Internal API | 1009 | Assistente API | /metrics |
- |
Worker | 1010 | Assistente worker | /metrics |
- |
Jaeger | 1011 | OpenTelemetry Collector | - | - |
Jaeger | 1012 | UI | - | - |
Jaeger | 1014 | API | /metrics |
- |