Find answers from the community

Updated 3 months ago

**Retriever tests**

Retriever tests

I am building a retriever tool for Llama Hub and was looking to see if there were any standard tests an object built from BaseRetriever should be able to pass? I took a look at the tests in the /tests/retrievers/ folder in the Llama Index repo but I only see one test in there. I can certainly follow that test but I worry that's not enough?

If anyone has any ideas some tests that I could put through my Retriever please let me know! I'm looking to get my PR ready by this weekend πŸ˜„
L
n
W
4 comments
in v0.10.0, all llama packs, readers, tools, llm integrations, embeddings, etc. will be split into their own pypi packages, making testing a bit easier

Most of the retriever tests are in tests/indices/X actually πŸ˜…
Own pypi packages as in whatever is merged into llama-hub will automatically become its own package outisde of llama-hub itself?
Basically, llama-index is becoming a giant monorepo of indivudally packaged and versioned integrations. We moved all of llama-hub as part of this

You can see the PR right now actually
https://github.com/run-llama/llama_index/pull/10537
PR 10537 🀯
Add a reply
Sign up and join the conversation on Discord