Home>.NET source code>Other categories

Roadmap

Phases:

Loading user data

TODO:

Generating results

Common tasks

Roadmap

Configuration

  1. 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>

  2. Fill out the .env file - QUICK LINK

    • OpenAi_ApiKey - <API_KEY>
    • OpenAi_OrganizationId - <ORG_ID>
    • OpenAi_ProjectId - <PROJ_ID>

Quick start

Prerequisites: Docker

  1. Fill out the settings file (appsettings.json) and (.env) from CONFIGURATION section

  2. 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
  3. Voila! Currently you can go to https://localhost:1008

Services

Service Port Information Metrics URL Access
PostreSQL 1000 Database - -
PgAdmin 1001 Database UI - L: [email protected], 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 -
Expand
Additional Information