Commit History

add semantic scholar
b51be98

minko186 commited on

initial commit
9a9aac4

minko186 commited on

chore: increase of numbers to scrape; disabled PDF check in scholar model
a6fbfb6

eljanmahammadli commited on

added pagintion to google search, now retrieving more sites
5650543

eljanmahammadli commited on

#feat added simplest scholar mode
fa3e7dd

eljanmahammadli commited on

#feat added reference section to the end
8c8c07f

eljanmahammadli commited on

#feat: added YouTube as RAG input; removed standard humanizer
744d9e3

eljanmahammadli commited on

#perf: quality improvements to website scrape + PDF detect logic
d904dd4

eljanmahammadli commited on

#perf added hybrid search using bm25 + semantic, minor change to text, splitter, and retrieval hyperparameters
8b9c9ff

eljanmahammadli commited on

#fix added headers that bypasses response code 418
bf1e0a0

eljanmahammadli commited on

#bugfix response 301 is solved, as we should explicitly set follow_redirects for httpx
6f4a113

eljanmahammadli commited on

Update requirements.txt
c359315
verified

aliasgerovs commited on

decreased num max docs before retrieval
80a07a7

eljanmahammadli commited on

fixes to inline citation, html; added debug true, chroma db clean cache
ba91632

eljanmahammadli commited on

update popups to be more centered
7c04c25

minko186 commited on

add popup html + report humanizer section
eeb907d

minko186 commited on

fix double space on generated text + changed humanizer to batched
24a0ba5

minko186 commited on

cleaned up output format + switch all records of text to new format
c1769c1

minko186 commited on

updates on prompt + better error handling
f6b1cb0

minko186 commited on

add inline citations + page content
e76dfe8

minko186 commited on

Added 5 times bigger embedding model all-mpnet-base-v2
95168db

eljanmahammadli commited on

added topic name to save to GCS
cfad98b

eljanmahammadli commited on

remove content_string (not used) + clean unicode non-printable chars + add pymupdf reading for pdf urls
a62cc34

minko186 commited on

added new decoder only LM as a humanizer + UI suport
e2a79fa

eljanmahammadli commited on

integrated save ai generated text to the bucket
c412123

eljanmahammadli commited on

Added MC model to UI and removed some unnecessary code
5534eb0

eljanmahammadli commited on

adding mail as format type and plain text to structure
d09cdf3

eljanmahammadli commited on

added yellow to highlighter + adjusted thresholds
7c7ccca

minko186 commited on

fixed shared history + add clear history button
b96ba8b

minko186 commited on

enable ai model selection and api key
bf91121

eljanmahammadli commited on

history auto refresh + rag search term includes topic and context
2a53cb7

minko186 commited on

added history for generated text
439d01d

eljanmahammadli commited on

changed split logic to resolve short generated text, more search website and some logging
59fbf6a

eljanmahammadli commited on

adding queue for parallel request
8bd7fd1

eljanmahammadli commited on

format updates + search added to RAG instead
708f094

minko186 commited on

merge main + multi pdfs + updated html cleaning + better references
43d4e83

minko186 commited on

moved google search api to env file
48d4d11

eljanmahammadli commited on

merged adapter and base model for XL
924cb86

eljanmahammadli commited on

fixed url_content var error
10aedaa

minko186 commited on

sync with humanize.py from main
078999d

minko186 commited on