-
```js
/**
* 求两个经纬度之间的距离
*https://www.lvtao.net/dev/1899.html
* 赤道半径 6378.137Km ;两极半径 6359.752Km;平均半径 6371.012Km ;赤道周长 40075.7Km.
*
* @param float $aLng 地址A的经度
* @param float $aLat 地址A的纬度
…
-
This may be better as a running discussion. I'll put it here for now.
The following may be useful for guiding an approach:
- The paper [Steering Llama 2 via Contrastive Activation Addition](http…
-
It seems that the embedding did not work? How could I use different embedding model (like some models in ollama) instead of openai?
```html
File D:\Apps\WPy64-31131\python-3.11.3.amd64\Lib\site-pa…
-
Having a new discussion thread seemed like the fastest way for us to discuss non-commit and non-PR related issue. @ryuga93
I can't figure out the function calling here:
```
function menu()
…
-
If you are interested, I found also another gemini api.
I reverse engineered the api inside colab.
```
curl 'https://colab.research.google.com/language-services/converse?authuser=0' \
-H 'acce…
-
I would love to get this working... LanceDB sounds like exactly what I need. However, when I run this, the search function calls a coworker "Database Manager", which does not exist. Where is the agent…
-
**Describe the bug**
chroma-haystack 0.20.1 is not compatible with haystack 2.3.0.
```text
raise ValueError(
ValueError: Expected metadata value to be a str, int, float or bool, got [{'doc_id': '…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
I have been trying to use DSPy with self hosted language model like qwen2-7B, gemma-2-9b-it and glm4-9b-chat, they are running on a home made GPU system consisting of dual GPU RTX 4090, and 1070 with …