sweepai-dev / LlamaIndexTS

LlamaIndex is a data framework for your LLM applications
https://ts.llamaindex.ai/
MIT License
0 stars 0 forks source link

[DRAFT] Add test case for VectorStoreIndex class #5

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds a test case for the VectorStoreIndex class in the LlamaIndexTS repository. The test case covers the main functionalities of the VectorStoreIndex class, including initialization, node embedding retrieval, and document handling. By adding this test case, we can ensure that the VectorStoreIndex class functions as expected and any future changes do not break its functionality.

Summary of Changes

Fixes #4.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-test-case-for-vectorstoreindex