Commit Graph

10 Commits

Author SHA1 Message Date
cachho
65011a67d4 fix: is readable - zero division error (#383) 2023-08-09 09:06:26 +05:30
cachho
5e94980aaa fix: no logging in pysqlite replacement (#378) 2023-07-27 07:00:01 -07:00
cachho
079e35b205 fix: chroma pysqlite version (#350) 2023-07-27 13:12:27 +05:30
cachho
3da5724853 feat: filter sitemap (#304) 2023-07-19 05:36:39 +05:30
Deshraj Yadav
9ca836520f Resolve conflicts (#208) 2023-07-11 10:20:05 +05:30
gasolin
f08ee6420a refactor: syntax cleanup (#172) 2023-07-07 16:10:10 +05:30
cachho
3720ded80f docs: add clean_string() doc string (#43) 2023-06-23 22:44:51 +05:30
cachho
e60f1680a0 chore: removed markdown to plaintext function 2023-06-23 19:53:57 +05:30
cachho
df7614d349 feat: add markdown to plaintext 2023-06-23 19:53:57 +05:30
Taranjeet Singh
468db83337 Add simple app functionality
This commit enables anyone to create a app and add 3 types of data
sources:

* pdf file
* youtube video
* website

It exposes a function called query which first gets similar docs from
vector db and then passes it to LLM to get the final answer.
2023-06-20 14:42:55 +05:30