Abhilashvj commited on
Commit
1e72225
·
1 Parent(s): f4d3436

Delete Test DB.ipynb

Browse files
Files changed (1) hide show
  1. Test DB.ipynb +0 -60
Test DB.ipynb DELETED
@@ -1,60 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 1,
6
- "id": "5736235d",
7
- "metadata": {},
8
- "outputs": [],
9
- "source": [
10
- "from haystack.document_stores import PineconeDocumentStore"
11
- ]
12
- },
13
- {
14
- "cell_type": "code",
15
- "execution_count": 2,
16
- "id": "c4925511",
17
- "metadata": {},
18
- "outputs": [],
19
- "source": [
20
- "document_store = PineconeDocumentStore(\n",
21
- " api_key= \"6a76246e-2b5f-46f5-aab8-9cf43d6c94fb\",\n",
22
- " index='qa_demo',\n",
23
- " similarity=\"cosine\",\n",
24
- " embedding_dim=768\n",
25
- " )"
26
- ]
27
- },
28
- {
29
- "cell_type": "code",
30
- "execution_count": null,
31
- "id": "c884286a",
32
- "metadata": {},
33
- "outputs": [],
34
- "source": [
35
- "document_store.get"
36
- ]
37
- }
38
- ],
39
- "metadata": {
40
- "kernelspec": {
41
- "display_name": "Python 3 (ipykernel)",
42
- "language": "python",
43
- "name": "python3"
44
- },
45
- "language_info": {
46
- "codemirror_mode": {
47
- "name": "ipython",
48
- "version": 3
49
- },
50
- "file_extension": ".py",
51
- "mimetype": "text/x-python",
52
- "name": "python",
53
- "nbconvert_exporter": "python",
54
- "pygments_lexer": "ipython3",
55
- "version": "3.8.10"
56
- }
57
- },
58
- "nbformat": 4,
59
- "nbformat_minor": 5
60
- }