github-actions[bot] commited on
Commit
b3cce15
·
1 Parent(s): aacd162

Sync from GitHub 01685db15793e3ee8e8247d97ea7db39a6ed0dfd

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # Ingestion Module — NotebookLM Clone (MVP)
2
 
3
  This repository contains the ingestion module for a NotebookLM-style project. The ingestion pipeline extracts text from multiple source types, chunks text intelligently, computes embeddings (with provider flexibility), and stores vectors in Chroma for later RAG use.
 
1
+ ---
2
+ title: NotebookLMClone
3
+ emoji: 📚
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  # Ingestion Module — NotebookLM Clone (MVP)
12
 
13
  This repository contains the ingestion module for a NotebookLM-style project. The ingestion pipeline extracts text from multiple source types, chunks text intelligently, computes embeddings (with provider flexibility), and stores vectors in Chroma for later RAG use.