We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b21a46 commit 3a4d22fCopy full SHA for 3a4d22f
demo/ingest.py
@@ -1,5 +1,5 @@
1
from typeagent import create_conversation
2
-from typeagent.testdatas.testdata import (
+from typeagent.transcripts.transcript import (
3
TranscriptMessage,
4
TranscriptMessageMeta,
5
)
docs/getting-started.md
@@ -86,7 +86,7 @@ Expected output looks like:
86
0.027s -- Using OpenAI
87
Indexing 3 messages...
88
Indexed 3 messages.
89
-Got 26 semantic refs.
+Got 24 semantic refs.
90
```
91
92
## "Hello world" query program
0 commit comments