gerev icon indicating copy to clipboard operation
gerev copied to clipboard

🧠 AI-powered enterprise search engine 🔎

Results 37 gerev issues
Sort by recently updated
recently updated
newest added

This PR does the following: - Downloads `posts` which consist of `questions` and `answers` - It adds the version to the requirements.txt - It adds aiosqlite to, and allows `validate_config`...

Add Basic Azure DevOps Integration for Work Items.

**What:** Add Trello data source integration for retrieving card comments. **Changes:** - Add Trello Integration using the requests library and the API. - Add Trello steps to data-source-panel.tsx. - Add...

Using SDKs and official APIs is nice and very easy to read/implement/maintain, but when using requests I think wrapping those requests in a client could make life easier on future...

After seeing what was done with the Google Drive support, I would like to recommend and if possible sponsor somehow a Nextcloud feature. Paired with the new Bookstack integration this...

See similar parsers here: - **Add new parser:** e.g: docx, txt, html, pptx etc... https://github.com/GerevAI/gerev/tree/main/app/parsers - **add file type:** - [app/data_source_api/basic_document.py](https://github.com/GerevAI/gerev/blob/1af48b2f9f8a2fd4e26359bbf9bc9ce3106b5a44/app/data_source_api/basic_document.py) - Google Drive support: [app/data_sources/google_drive.py](https://github.com/GerevAI/gerev/blob/d150f0e474ad5d44954d90dec3c76eaa03773db7/app/data_sources/google_drive.py) ...

good first issue
feature