-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Not sure if we're currently doing any semi-automated dataset metadata retrieval from NCBI, but this tool from the Pachter lab might be useful:
https://academic.oup.com/bioinformatics/article/39/1/bta…
-
The current URL semantics for retrieving a BOM uses query parameters:
```
bom-retrieval-url = system-url "?" bom-identifier-query
bom-identifier-query = "bomIdentifier=" bom-identifier
bom-id…
-
When i run localGPT.py i get the below error:
```
2023-09-27 14:49:29,036 - INFO - run_localGPT.py:221 - Running on: cuda
2023-09-27 14:49:29,036 - INFO - run_localGPT.py:222 - Display Source D…
-
Hi,
I'm currently working in a system where I score the document based on a calculated score from two separate retrievals, each one with it's own sbert model (a linear sum of two cosine similarities)…
-
[Rethinking Search: Making Domain Experts out of Dilettantes](https://arxiv.org/abs/2105.02274)
Abstract:
When experiencing an information need, users want to engage with a domain expert, but of…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
i have the following code:
```
# import
from langchain.embeddings.sentence_transformer import SentenceTransformerEmbeddings
from langchain.text_splitter import CharacterTextSplitter
from langchai…
-
Hello,
I've successfully implemented the LLM Model on a custom dataset within a controlled network, leveraging over 1000 PDF documents. The responses are comprehensive and informative. However, I'v…
-
Matrix attribute retrieval is a special beast. The underlying data is only retrieved currently when the /retrieve `"format": "json"`, but 1) the output organization there isn't directly a matrix, 2) …