-
**Describe the bug**
langchain4j: 0.35.0
elasticsearch: 8.9.2
EmbeddingSearchRequest searchRequest = EmbeddingSearchRequest.builder()
.queryEmbedding(embedding1)
.bu…
-
### Description
### Ctrl+K For Search
### Suggested Solution
### Simply Add My Script To Body
``` JS
const handleKeyDown = (event) => {
if ((event.ctrlKey || event.metaKey) && event.key === …
-
### Is your feature request related to a problem? Please describe.
Especially those with OSS implementation. For example, Agent-E and SciAgents.
Make it easy to search, browse and try out.
### Desc…
-
### For what version of Nuxt UI are you suggesting this?
v3.0.0-alpha.x
### Description
It would be useful if you could customize the comparator of `SelectMenu` yourself. My use case would be that …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
### Checked for duplicates
Yes - I've already checked
### 🐛 Describe the bug
When I did https://pds.mcp.nasa.gov/api/search/1/products/urn:nasa:pds:context:instrument:mars2020.rover, I noticed the …
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
A test failed on a tracked branch
```
Error: expected 1 to equal 2
at Assertion.assert (expect.js:100:11)
at Assertion.apply (expect.js:227:8)
at Assertion.be (expect.js:69:22)
at Con…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
As of mid November, `context.Value` and `context.WithValue` take about 1% of the CPU time in sysbench. This is a proposal to speed this up.
Most of the uses in the hot path are in our code and only…