-
Hi. I'm trying to adapt the code to run with a Pinecone vector database. I can get it to run without any errors, but the chatbot doesn't actually seem to use the context data from the index. I'm using…
-
Hello,
I wanted to update jsoup to the latest version in our service but I came across this [issue](https://github.com/jhy/jsoup/issues/2143). Unfortunately, for our service and use cases it means a …
-
The [External Tools](https://canvas.instructure.com/doc/api/external_tools.html) page in the API documentation does not match the other pages I've seen.
Specifically I am looking for an authoritativ…
-
Hello,
Instead of using `sentence-transformers/all-MiniLM-L6-v2`, I wanted to try out a custom embedding model from Huggingface. I read previous opened and closed issues and found the following app…
-
### Windows Version
Microsoft Windows [Version 10.0.21996.1]
### WSL Version
WSL 2
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.10.102.1
###…
-
Great job!
Could you share your Wikipedia corpus for retrieval?
I'm curious about the data amount and the method for calculating top-n recall metrics.
-
None
)
-
Length of individual documents only counts the number of positions of a document since discountOverlaps defaults to true.
```Java
`@Override`
public final long computeNorm(FieldInvertState state)…
-
OpenAI released the Assistant API. https://platform.openai.com/docs/assistants/overview
This thread is to collect thoughts on how to integrate this - it seems we have already all the needed pieces,…
-
```
PyChess needs better documentation. It should be added by creating a
__doc__ string in most methods and functions, e.g.:
def function ():
""" This is documentation
This function does no …