Commit Graph

16 Commits

Author SHA1 Message Date
Ojuswi Rastogi
540a0a3685 [feat]: Add support for XML file format (#757) 2023-10-06 15:39:32 -07:00
cachho
bd595f84e8 feat: csv loader (#470)
Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
2023-09-05 13:48:03 +05:30
cachho
85106c7c7e fix: remove stale code (#514) 2023-08-30 11:19:41 -07:00
cachho
4c8876f032 feat: add method - detect format / data_type (#380) 2023-08-17 01:48:24 +05:30
cachho
f0abfea55d chore: linting (#414) 2023-08-11 01:53:42 +05:30
cachho
2ef7c0b736 fix: escape pysqlite swapping (#410) 2023-08-09 12:54:41 +05:30
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