Commit c6a2f20
committed
feat(store): add vector store implementation with LanceDB integration
- Implemented VectorStoreTable class for managing vector storage operations
- Added StoreDocument and SearchedDocument data structures for document handling
- Integrated LanceDB for vector database operations with proper schema management
- Implemented add_documents method for batch document insertion with UUID generation
- Added search_document method for similarity search using vector embeddings
- Created helper methods for record batch processing and column extraction
- Added metadata handling with JSON serialization support
- Implemented error handling for missing columns and type validation
- Updated package version from 0.2.3 to 0.2.41 parent 19a2535 commit c6a2f20
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments