()
| 381 | loadCollection(vecStoreUploaderConfigurationState.value.collectionName); |
| 382 | |
| 383 | export const useVectorStore = () => { |
| 384 | return { |
| 385 | vecStoreUploaderState: vecStoreUploaderConfigurationState, |
| 386 | vectorStoreState, |
| 387 | uploadToIndex, |
| 388 | loadCollection, |
| 389 | query, |
| 390 | }; |
| 391 | }; |
no outgoing calls
no test coverage detected