Skip to content

NEOS-AI/Neosearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neosearch

AI-based search engine done right.

Chatbot will understand your query and provide you suitable results by using various tools (code generation, weather search, etc). Chat view

Features

You could maximize or run the generated code in the code view. Code view

Also, we support aisearch, which uses external search engines to provide you with the best results. Aisearch view

Neosearch supports real-time search with citation. AI search with citation

The LLM chatbot suggests the next question candidates for the user. Next question candidates

ToDo

  • Add support for reasoning model in the chatbot view
  • Add support for Deep Research
    • Make the result of the Deep Research to be downloadable as PDF or something else
    • Implement ray-based Deep Research workflow worker
  • Compare trafilatura bs4 and newspaper3k
  • Implement the bulk indexer
  • Use faststream based queueing system for long-running workflow
    • Add support for kafka-based queueing system
    • Add support for redis-based queueing system
  • Implement the dispatcher
    • Implement dispatcher for linkedin
    • Implement dispatcher for GitHub
    • Implement dispatcher for Medium
    • Implement dispatcher for Wikipedia
    • Implement dispatcher for namuwiki
  • Implement the Hybrid Search retriever
    • Implement the ParadeDB retriever with LlamaIndex
    • Add support for caching layer for the retriever
  • Add support for late-chunking for better IR
  • Add Near-deduplication feature for the crawler/indexer
  • Add support for ScrapeGraphAI