mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

Update stale doc strings

Open taranjeet opened this issue 1 year ago • 1 comments

In embedchain/embedchain.py, there are some doc strings which have become stale. Eg

class App(EmbedChain):
    """
    The EmbedChain app.
    Has two functions: add and query.

    adds(data_type, url): adds the data from the given URL to the vector db.
    query(query): finds answer to the given query using vector database and LLM.
    dry_run(query): test your prompt without consuming tokens.
    """

This issue is about going through all the doc strings in this file and updating/improving all the doc strings.

taranjeet avatar Jul 08 '23 04:07 taranjeet

would like to work on this

rajveer43 avatar Aug 31 '23 10:08 rajveer43