sweepai-dev / LlamaIndexTS

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

Add test case for VectorStoreIndex class #20

Open sweep-nightly[bot] opened 1 year ago

sweep-nightly[bot] commented 1 year ago

Description

This PR adds a new test case for the VectorStoreIndex class in the LlamaIndexTS repository. The test case ensures that nodes can be added to the VectorStoreIndex and retrieved correctly.

Summary of Changes

Please review and merge this PR. Thank you!

Fixes #4.

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

git checkout sweep/add-test-case-vectorstoreindex_4