cachho

Results 49 issues of cachho

### Summary I have whitelisted lemmy.ml in the admin settings of my instance. It shows up under /instances both under linked instances and allowed instances. However, I cannot find it...

bug

- [X] Did you check to see if this issue already exists? - [X] Is this only a single bug? Do not put multiple bugs in one issue. - [X]...

bug

Adds number of documents as an optional argument. This is a very important feature for databases, that embed highly fractured, (short) documents (like my QnA). The number 1 is used...

added dry run functionality I described before, the code comments should be enough to explain the purpose and thought behind it.

Let's talk about this method: ``` def query(self, input_query): """ Queries the vector database based on the given input query. Gets relevant doc based on the query and then passes...

I just deployed this on Vercel and I can't sign in with Github. I already redeployed and recloned. Here are all the changes I did. 1. Add the required keys...

We have to come up with a way to handle errors. The most common issue is ``` retrieve_from_database content = result_formatted[0][0].page_content ```

The readme is getting really long, maybe we should use a real documentation, maybe something like the langchain docs? (what software is that?)

Added an optional client-only mode, so that you can run a chromadb-server separately. Regards #116. Is in the interest of #75 as well. This is useful for scalability. Say you...

This is also part of #105, currently this is the prompt that's always used: ``` prompt = f"""Use the following pieces of context to answer the query at the end....