PageIndex
PageIndex copied to clipboard
📑 PageIndex: Document Index for Reasoning-based RAG
Ollama
How fun it with ollama? or huggingface model free without api
* Unifies OpenAI client construction to only use api_key + base_url + default_query. * Makes OPENAI_API_KEY the primary key; keeps CHATGPT_API_KEY as legacy for compatibility. * Adds OPENAI_DEFAULT_QUERY support (JSON...
- feat: support custom OpenAI base URL via environment variable - docs: add custom OpenAI API base URL configuration option
It would be good to have a way to track costs, any way to do this? Also Can we use any other models other than OpenAI
If the table of contents does not have page numbers, you need to use "def process_toc_no_page_numbers" ,but in "async def tree_parser",no this wish can add process_toc_no_page_numbers example: async def tree_parser(page_list,...
Fixed the multi-threaded loop bug and added a quick uv installation method
May I ask, if I want to directly use the original file in Markdown format without the original page numbers, can it still be processed based on PageIndex to obtain...
Added support for txt file input ### txt processing features - **get_txt_page_tokens()**: - Strategy 1: Form Feed Detection - Splits text on `\f` characters (page breaks) - Strategy 2: Chapter...
Hey guys, absolutely loved your project. I have been playing with it for the last few days and it shows a lot of promise. Here is my first pull request....
Hi, Great efforts guys 💯 Let's say we have an exiting application that uses LlamaIndex or Langchain, do you have a vision on how to integrate maybe in the future?...