Skip to content

Releases: epflgraph/graphai

Graceful failure when ontology tables are nonexistent

04 Jun 14:26
6046d7a

Choose a tag to compare

Merge pull request #241 from epflgraph/ontology-graceful-fail

Ontology graceful fail

Use generic filters for rag/retrieve

12 May 11:56

Choose a tag to compare

v0.17.1

bump elasticsearch-interface version to 0.11.1

Full PDF OCR support

05 May 14:12
553776e

Choose a tag to compare

  • Full PDF support
  • Gemini support for OCR

/rag/retrieve access management

07 Apr 07:24
7a44d08

Choose a tag to compare

Adds access management to /rag/retrieve, making it impossible for just anyone to access just any index. Two new tables are added to graphai_auth: User_Retrieve_Access and Retrieve_Index_Aliases, making it possible to give a user access to all or some of the existing indexes, including through their aliases (if any).

No-caching option

02 Apr 10:03
553b33b

Choose a tag to compare

Adds no_cache flag for translation, embedding, and OCR (plus image upload/download) endpoints, which disables caching and is useful for sensitive data.

Secure image upload

25 Feb 13:40
c2d7ec5

Choose a tag to compare

Image uploads now require an additional privilege (upload) which should only be granted to admin accounts. Uploads now have a maximum size and will fail if that size is exceeded.

RAG and image upload

21 Feb 10:45
adf2216

Choose a tag to compare

  • Adds RAG endpoints (/rag/retrieve and /rag/chunk)
  • Adds image upload endpoint (/image/upload_file)

OpenAI-based OCR

13 Feb 14:36
302f55a

Choose a tag to compare

  • OpenAI OCR with the extraction of math as LaTeX
  • LaTeX verification
  • PDF OCR will now by default return the results as a JSON containing page by page results

Fix image origin_token

10 Feb 09:12
25e2cd9

Choose a tag to compare

Merge pull request #217 from epflgraph/image-origin-token-debug

Image origin token debug

Direct image retrieval and OCR

30 Jan 07:52
19aa3ca

Choose a tag to compare

Enables the direct retrieval of image and pdf files, and allows for OCR to be performed on all of them.