Augments large language models with OI-Wiki content for enhanced problem-solving in competitive programming and ICPC.
Sponsored
Empowers large language models with the comprehensive knowledge of OI-Wiki. It works by creating vector embeddings of OI-Wiki's pages using Deepseek-V3, building a vector database for efficient similarity search. During a query, the tool finds the most relevant OI-Wiki content based on semantic similarity and returns it, providing LLMs with valuable context for tasks related to competitive programming and ICPC.
主要功能
01Semantic search of OI-Wiki content
02Utilizes fastembed for CPU vector embeddings
03Uses Deepseek-V3 for document summarization
04Integration with large language models
05Employs Milvus-lite for vector database management
0624 GitHub stars
使用案例
01Improving LLM performance in competitive programming tasks
02Providing LLMs with relevant context for OI/ICPC problems
03Creating a knowledge base for LLMs in algorithm development