idchlife
  • Joined on 2025-10-17
idchlife pushed to main at idchlife/rag-solution 2026-02-05 01:07:33 +03:00
effbc7d00f proper usage of embedding models if defined in .env
idchlife pushed to main at idchlife/rag-solution 2026-02-05 00:09:04 +03:00
31d198afb8 properly loading .env file with dotenv
idchlife pushed to main at idchlife/rag-solution 2026-02-05 00:04:55 +03:00
833aad317a quick fix to use openai instead of ollama, in vetor_storage.py
idchlife pushed to main at idchlife/rag-solution 2026-02-04 23:36:29 +03:00
f87f3c0cdd moved demo.html into demo-ui folder and renamed to index.html for ease of server serving... lol
idchlife pushed to main at idchlife/rag-solution 2026-02-04 23:34:44 +03:00
a6320985dd resolved conflicts in requirements.txt
idchlife pushed to main at idchlife/rag-solution 2026-02-04 23:13:34 +03:00
69e7ecee62 Updated requirements.txt file
idchlife pushed to main at idchlife/rag-solution 2026-02-04 23:13:05 +03:00
8c57921b7f Working demo.html with connection to the api endpoint
idchlife pushed to main at idchlife/rag-solution 2026-02-04 22:50:30 +03:00
9188b672c2 preparations for demo html page
idchlife pushed to main at idchlife/rag-solution 2026-02-04 22:31:04 +03:00
bf3a3735cb openai compatible integration done
ae8c00316e Langchain plan phases for openai integration (openai compaible endpoint), server for retrieving data
Compare 2 commits »
idchlife pushed to main at idchlife/rag-solution 2026-02-04 16:51:56 +03:00
ea4ce23cd9 Retrieval and also update on russian language
idchlife pushed to main at idchlife/rag-solution 2026-02-04 16:06:07 +03:00
3dea3605ad Enrichment for llamaindex. It goes for a long time using local model, so better use external model not local, for EMBEDDING
idchlife pushed to main at idchlife/zed-tree-sitter-dql 2026-02-04 15:18:45 +03:00
f249538fdd Initial tree-sitter grammar for Dgraph DQL
idchlife created branch main in idchlife/zed-tree-sitter-dql 2026-02-04 15:18:45 +03:00
idchlife created repository idchlife/zed-tree-sitter-dql 2026-02-04 15:04:50 +03:00
idchlife pushed to main at idchlife/rag-solution 2026-02-04 01:10:12 +03:00
f36108d652 Vector storage Qdrant initialization and configuration
idchlife pushed to main at idchlife/rag-solution 2026-02-04 01:02:26 +03:00
c37aec1d99 File extensions and libraries for llamaindex
idchlife pushed to main at idchlife/rag-solution 2026-02-04 00:59:07 +03:00
fa26d77520 Cli with ping for llamaindex
idchlife pushed to main at idchlife/rag-solution 2026-02-04 00:49:51 +03:00
86fd643e66 Start of work on Llamaindex framework
idchlife pushed to main at idchlife/rag-solution 2026-02-04 00:02:59 +03:00
d354d3dcca Working chat with AI agent with retrieving data
idchlife pushed to main at idchlife/rag-solution 2026-02-03 23:25:29 +03:00
299ee0acb5 Working retrieval with the cli