Commit Graph

857 Commits

Author SHA1 Message Date
Taranjeet Singh
08f155a551 Update website to web page
This commit renames the website loader, chunker
to web page, as it is loading and chunking a single
url than the complete website.
2023-06-20 16:50:57 +05:30
Taranjeet Singh
0fc960e958 Merge pull request #1 from embedchain/add-simple-app
Add simple app & query functionality
2023-06-20 16:39:08 +05:30
Taranjeet Singh
4329caa17c Chunkers: Refactor each chunker & add base class
Adds a base chunker from which any chunker can inherit.
Existing chunkers are refactored to inherit from this base
chunker.
2023-06-20 16:30:23 +05:30
Taranjeet Singh
d2da80f5bc Add import in embedchain init file 2023-06-20 14:50:56 +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
Taranjeet Singh
775da3e481 Add gitignore 2023-06-20 14:32:08 +05:30
Taranjeet Singh
2b82ff695f Hello World 2023-06-20 14:29:41 +05:30