Open dhuynh95 opened 4 months ago
@dhuynh95 how about a Tips page in the quickstart ?
Could contain stuff like:
A lot of this information is already in the docs. I will add anything missing but mainly I am reorganizing the information so it will be easier to find.
Someone tried to log in using LaVague using the following command:
It did not work because the retriever did not fetch enough nodes so the retrieved elements were not sufficient to do what was required.
Here is the correct code:
Two tips:
agent.run()
, it's expensive and slow@lyie28 : Can you add these info in some part of the docs? I guess we should explain the tradeoff of higher top_k : higher can solve navigation errors (aka element not found) but with higher cost and latency as we provide more context to LLM
I guess we could add other tips.