Sinaptik-AI / pandas-ai

Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.
https://pandas-ai.com
Other
11.67k stars 1.07k forks source link

Issue on docs #1191

Open szofar opened 3 weeks ago

szofar commented 3 weeks ago

Path: /getting-started

links to llms redirect to /

for instance: "You can find more information about LLMs here."

dosubot[bot] commented 3 weeks ago

Hello @szofar! I'm here to help you with any issues or questions you have. I'm a bot that can assist with bug fixes, answer your queries, and guide you on how to contribute. Let me know how I can assist you!

The links to LLMs on the documentation page at /getting-started are redirecting to the root directory instead of the correct pages because the links are incorrectly formatted. They should be relative paths to the correct documentation files. For example, the link to the LLMs documentation should be [here](../LLMs/llms.md) instead of [here](./LLMs/llms.md).

Here is the corrected section:

- `llm`: the LLM to use. You can pass an instance of an LLM or the name of an LLM. You can use one of the LLMs supported. You can find more information about LLMs [here](../LLMs/llms.md).
- `llm_options`: the options to use for the LLM (for example the api token, etc). You can find more information about the settings [here](../LLMs/llms.md).
- `custom_whitelisted_dependencies`: the custom whitelisted dependencies to use. Defaults to `{}`. You can use this setting to override the default custom whitelisted dependencies. You can find more information about custom whitelisted dependencies [here](../custom-whitelisted-dependencies.md).

Ensure that the paths in the links are correct and point to the appropriate files in your documentation structure [1].

To continue talking to Dosu, mention @dosu.