lexi-resume-v6
收藏资源简介:
lexi-resume-v6 是由 Reallexi LLC 的 AI Model Builder 构建的检索索引,专为检索增强生成(RAG)场景设计。该索引通过对源文本进行分块、嵌入并存储为向量,支持高效的最近邻检索。数据以 JSONL 格式存储(rag_index.jsonl),每行包含一个文本块及其可能的元数据或嵌入向量。此外,还提供了 SAMPLES.md 样本说明和 samples.json 样本文件,以及两种量化格式的 GGUF 文件(f16 和 q4_k_m)。该索引不是因果语言模型检查点,不能用于语言生成任务,而是作为 RAG 系统的外部知识库索引使用。
The lexi-resume-v6 is a retrieval index built by the AI Model Builder of Reallexi LLC, designed for retrieval-augmented generation (RAG) scenarios. It supports efficient nearest-neighbor retrieval by chunking, embedding, and storing source texts as vectors. The data is stored in JSONL format (rag_index.jsonl), with each line containing a text chunk along with possible metadata or embedding vectors. Additionally, it provides SAMPLES.md (sample description) and samples.json (sample file), as well as GGUF files in two quantization formats (f16 and q4_k_m). This index is not a causal language model checkpoint and cannot be used for language generation tasks; it serves as an external knowledge base index for RAG systems.
lexi-resume-v6 数据集概述
基本信息
- 数据集名称:lexi-resume-v6
- 发布机构:Reallexi LLC(AI Model Builder)
- 创建时间:2026年
- 许可证:继承自基础模型和数据集的条款(非本项目自有许可证)
- 标签:reallexi、ai-model-builder、rag-index、retrieval
数据集类型与用途
该数据集是由 Reallexi AI Model Builder 构建的检索索引(Retrieval Index),主要用途包括:
- 将源文本进行分块(chunked)、嵌入(embedded)并存储,用于最近邻检索(nearest-neighbor retrieval)
- 属于 RAG(检索增强生成)索引类型
- 注意:这不是因果语言模型检查点,无法使用
AutoModelForCausalLM加载
文件组成
数据集包含以下文件:
NOTICESAMPLES.mdrag_index.jsonl(通过示例代码提示存在,用于加载检索索引数据)
使用方式
python import json
with open("rag_index.jsonl") as handle: rows = [json.loads(line) for line in handle]
版权与许可说明
- 版权声明:Copyright (c) 2026 Reallexi LLC,保留所有权利
- 许可证条款:有效条款继承自源数据,可能与该项目自身的许可不同,在重新分发前需审查相关条款
- 生成信息:由 Reallexi LLC AI Model Builder 从索引任务 #1609 生成
生产平台
该数据集由 Reallexi LLC 在 Reallexi AI Model Builder(https://llm.reallexi.io)平台上生成,该平台是一个本地优先的训练平台。





