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 #12

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds a test case for the VectorStoreIndex class in the packages/core/src/tests directory. The test case focuses on the main functionalities of the VectorStoreIndex class, including the initialization of the index, adding nodes to the index, and retrieving nodes from the index. The test case uses Jest as the testing framework, as it is already being used in the project.

Summary of Changes

Fixes #7.

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

git checkout sweep/add-test-case-vector-store-index