-
Interest was expressed in [this zulip thread](https://chat.fhir.org/#narrow/stream/179220-cql/topic/Google.20Open.20Source.20Blog.20Post/near/463485620) to add support for using the engine with FHIR S…
-
### Requirements
We are a small team within a large company (~20k) aiming to deploy a FeatureFlag solution across the company. Our solution aims to centralize feature flagging between hundreds of t…
-
bm25s.BM25 save and load methods crash as they generate / load json files with non-ASCII characters.
This can be fixed with something like:
bm25s.BM25.save method:
```python
with open(vocab_pa…
-
Hi, thank you for your amazing implementation. While running the notebook, I get into a trouble that after I run the cell:
```python
docs = lc_vector.similarity_search(
"What do you know about…
-
Window flashes when startup since version 0.3.7 on Windows.
WindowOptions is set with "center: true" and "titleBarStyle: TitleBarStyle.hidden".
It seems that the window is initially located somewher…
-
In class SGPT/__init__ (retriever.py) it seems to be that the code looks for .pt files to load from directory given by config parameter "sgpt_encode_file_path":
filename = f"{i}_{j}.pt"
pbar.updat…
-
I knew about hybrid retrieval. Recently I've heard BM25 mentioned a lot, let's try to use that. The question is how well ObjectBox will support that.
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hi! I am using the cohere reranker as a post-processor, switching to VoyageAI reraker to…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Time weighted retriever is a requirement for ag…
-
## Server test code as follows:
```
llm_end_point_url = "http://172.16.21.155:8000/v1/"
model = ChatOpenAI(model="glm4v-9b",base_url=llm_end_point_url, api_key="api_key")
### embedding ###
embe…