wiki-ingest: RAG从入门到精通系列1

This commit is contained in:
2026-04-16 03:47:33 +08:00
parent 821be5e431
commit 997ad92e81
7 changed files with 213 additions and 1 deletions

27
wiki/entities/BAAI.md Normal file
View File

@@ -0,0 +1,27 @@
---
title: "BAAI"
type: entity
tags: [embedding, open-source, chinese-optimized]
sources: ["RAG从入门到精通系列1基础RAG"]
last_updated: 2026-04-16
---
## Basic Information
- **Type**: Embedding Model Series
- **Source**: RAG从入门到精通系列1基础RAG
## Definition
BAAI (Beijing Academy of Artificial Intelligence) provides an open-source series of embedding models (e.g., BAAI/bge series) that convert text into embedding vectors for use in RAG systems.
## Key Models
- **BAAI BGE Series**: Chinese-optimized open-source embedding models
- Models can convert text to fixed-length embedding vectors
- Context Window typically 512~8192 tokens
## Applications
- [[Embedding]]BAAI models are used to create embedding vectors
- [[RAG]]BAAI embeddings enable semantic search in RAG systems
## Related Concepts
- [[Embedding]]The technology BAAI models implement
- [[向量数据库]]Where BAAI embeddings are stored