-
### How can we reproduce the crash?
https://github.com/cozodb/cozo/issues/268
```ts
import { describe, it } from "bun:test";
import { CozoDb } from "cozo-node";
describe("database", () => {
…
-
Repo is here: https://github.com/pegesund/cozodb-lisp
-
Hey there, thanks for the awesome library you built there.
It will be a noob issue, and noob view I make here.
As a newbie to datalog, i have troubles modeling my data as triplets.
Usually I fo…
-
Here you can see the server saying it's on port 9070:
-----
But the browser and pycozo can't find it there:
-----
Instead they find it on port 3000:
-----
I'm using the pre…
-
trying to load list of my transactions, and it gives me several every several seconds
all this data must be locally accessed and should not glitch at all
-
What needs to happen for this to be added? I'd like to help.
https://github.com/cozodb/pycozo/blob/26132723ba90e41b703d9c789738aa0e273edfdc/pycozo/client.py#L279
-
I am getting this error:
_The query parser has encountered unexpected input / end of input at 29..29
; (err) ╭────
; (err) 1 │ :create news_record {msghash=>label, score, text, create-time, u…
-
The current implementation is using `libcozo_c`, but this library has lot of limitation. Instead of passing a cozoscript query, we should pass a cozo query data-structure, based on Erlang syntax (or f…
-
Hi - I'm trying to follow your example but using a dll. I run into a wall both statically linking and calling a dll library for CozoDB.
https://github.com/cozodb/cozo/blob/main/cozo-lib-c/cozo_c.h
…
-
using doc's example:
```
from openai_multi_client import OpenAIMultiClient
# Remember to set the OPENAI_API_KEY environment variable to your API key
api = OpenAIMultiClient(endpoint="chats",…